We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Readme contains following instructions for building Leaflet:
For now the required flutter channel is master, so issue those two commands before starting building: ~$ flutter channel master ~$ flutter update
For now the required flutter channel is master, so issue those two commands before starting building:
~$ flutter channel master ~$ flutter update
When trying to run the second one, I get following output:
$ flutter update Could not find a command named "update". Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.
Do you mean to run flutter upgrade?
flutter upgrade
The text was updated successfully, but these errors were encountered:
Oops yea, seems like i got it wrong, the correct command is upgrade indeed
Sorry, something went wrong.
Ok, I'll open a PR to fix it :)
Fix flutter update command to upgrade
aec2c7c
Fixes PotatoProject#69
notes: Fix flutter update command to upgrade
6f65e19
Successfully merging a pull request may close this issue.
The Readme contains following instructions for building Leaflet:
When trying to run the second one, I get following output:
Do you mean to run
flutter upgrade
?The text was updated successfully, but these errors were encountered: