Skip to content
New issue

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

Invalid flutter command in Readme.md #69

Closed
pagdot opened this issue Sep 2, 2021 · 2 comments · Fixed by #70
Closed

Invalid flutter command in Readme.md #69

pagdot opened this issue Sep 2, 2021 · 2 comments · Fixed by #70

Comments

@pagdot
Copy link
Contributor

pagdot commented Sep 2, 2021

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

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?

@HrX03
Copy link
Collaborator

HrX03 commented Sep 2, 2021

Oops yea, seems like i got it wrong, the correct command is upgrade indeed

@pagdot
Copy link
Contributor Author

pagdot commented Sep 2, 2021

Ok, I'll open a PR to fix it :)

pagdot added a commit to pagdot/Leaflet that referenced this issue Sep 2, 2021
pagdot added a commit to pagdot/Leaflet that referenced this issue Sep 2, 2021
@HrX03 HrX03 closed this as completed in #70 Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants