$ENV:build_vsn='0.3.1'
flutter build web --build-name $ENV:build_vsn --dart-define vsn=$ENV:build_vsn --output public
- Setup the config file
Run the following command to create a new config automatically:
dart run flutter_launcher_icons:generateThis will create a new file called flutter_launcher_icons.yaml in your flutter project's root directory.
- Run the package
After setting up the configuration, all that is left to do is run the package.
flutter pub get
dart run flutter_launcher_icons