Skip to content
New issue

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

Could not find package flutter_launcher_icons #603

Open
Samxury opened this issue Oct 16, 2024 · 1 comment
Open

Could not find package flutter_launcher_icons #603

Samxury opened this issue Oct 16, 2024 · 1 comment
Labels

Comments

@Samxury
Copy link

Samxury commented Oct 16, 2024

ℹ️ 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 file flutter_launcher_icons:generate

📜 Pubspec.yaml

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"
@Samxury Samxury added the bug label Oct 16, 2024
@MarkOSullivan94
Copy link
Collaborator

What happens when you run flutter pub get and then dart run flutter_launcher_icons?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants