We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter_launcher_icons
flutter_launcher_icons: ^0.14.1
whenever I run this command, dart run flutter_launcher_icons:generate
it gives me this error Could not find package flutter_launcher_icons or file flutter_launcher_icons:generate
flutter_launcher_icons:generate
flutter_launcher_icons: android: "launcher_icon" ios: true image_path: "assets/public_transport.png" min_sdk_android: 24 # Minimum Android SDK version adaptive_icon_background: "#ffffff" adaptive_icon_foreground: "assets/public_transport.png"
The text was updated successfully, but these errors were encountered:
What happens when you run flutter pub get and then dart run flutter_launcher_icons?
flutter pub get
dart run flutter_launcher_icons
Sorry, something went wrong.
No branches or pull requests
ℹ️ Info
flutter_launcher_icons: ^0.14.1
💬 Description
whenever I run this command,
dart run flutter_launcher_icons:generate
it gives me this error
Could not find package
flutter_launcher_icons
or fileflutter_launcher_icons:generate
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: