@franzsilva wrote a cool tool for managing launcher icons, and packaged it as a pub package. Apparently, using the flutter tool, a user can't run the script without typing "pub" twice.
For example: flutter pub pub run flutter_launcher_icons:main
We're wondering if the following could work instead: flutter pub run flutter_launcher_icons:main
Comment: fluttercommunity/flutter_launcher_icons#4 (comment)