duplicate run in README?
I see "flutter pub pub run ..." in the README. Is the second "pub" a duplicate?
For some reason the Flutter pub command only returns values to get packages, test, and upgrade. the second pub returns all the pub commands like run, etc, etc
flutter pub -h
flutter pub pub

I'll test this when I'm back home tonight
@franzsilva have you tried flutter pub run flutter_launcher_icons:main ?
Yes, but it returns with an error saying that run is not a subcommand of flutter pub

Thanks. I'll open an issue on the flutter tool.