You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using flavors for our app, so instead of adding the flutter_icons to pubspec.yaml, following the flavor's section on README.md, we created 2 files: flutter_launcher_icons-development.yaml and flutter_launcher_icons-production.yaml, at the same project level as pubspec.yaml.
Error log
flutter pub run flutter_launcher_icons:main
════════════════════════════════════════════
FLUTTER LAUNCHER ICONS (v0.9.1)
════════════════════════════════════════════
✗ ERROR: NoConfigFoundException
Check that your config file `flutter_launcher_icons.yaml` has a `flutter_icons` section
pub finished with exit code 1
ℹ️ Info
Version:
0.9.1
💬 Description
We're using flavors for our app, so instead of adding the
flutter_icons
topubspec.yaml
, following the flavor's section onREADME.md
, we created 2 files:flutter_launcher_icons-development.yaml
andflutter_launcher_icons-production.yaml
, at the same project level aspubspec.yaml
.Error log
📜
pubspec.yaml
📜
flutter_launcher_icons-development.yaml
📜
flutter_launcher_icons-production.yamll
The text was updated successfully, but these errors were encountered: