gskinnerTeam / flutter_vignettes

A collection of fun Flutter experiments, created by gskinner, in partnership with Google.
https://flutter.gskinner.com
MIT License
4.58k stars 1k forks source link

doc: adapting flutter package install cmd #13

Closed 4F2E4A2E closed 4 years ago

4F2E4A2E commented 4 years ago
$ flutter get
Could not find a command named "get".
Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.
cenomla commented 4 years ago

The command flutter packages get is just an alias for flutter pub get. Also this issue was in every vignette's README so I fixed it in all of them. Thanks for pointing this out @4F2E4A2E