Skip to content

Instantly share code, notes, and snippets.

@johngorithm
Created February 22, 2023 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johngorithm/fc7fe55e08500d1295845472ac28d378 to your computer and use it in GitHub Desktop.
Save johngorithm/fc7fe55e08500d1295845472ac28d378 to your computer and use it in GitHub Desktop.
Set Env Setup Issues and Fixes

22 Feb 2023

Error: flutter The method 'File.create' has fewer named arguments than those of overridden method 'File.create'

StackOverflow: For me the packages in my pubspec.yaml were all up to date, but the following fixed it:

Delete pubspec.lock.
Run flutter pub get again.

Link: StackOverflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment