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

[BUG] Not working #27

Open
VinniciusJesus opened this issue Jan 27, 2023 · 2 comments
Open

[BUG] Not working #27

VinniciusJesus opened this issue Jan 27, 2023 · 2 comments

Comments

@VinniciusJesus
Copy link

VinniciusJesus commented Jan 27, 2023

Flutter: 3.3.10
Version: icons_launcher:

The error is generated when trying to run the command flutter pub run icons_launcher:create

Error: Could not find bin/create.dart in package icons_launcher.

@Pedrogvas
Copy link

Pedrogvas commented May 15, 2023

first run:
1.- flutter pub add icons_launcher
2.- edit your configurations (pubspec.yaml)
icons_launcher:
image_path: "assets/icon.png"
platforms:
android:
enable: true
ios:
enable: true
3.- flutter pub get
4.- flutter pub run icons_launcher:create

@EmreSURK
Copy link

first run: 1.- flutter pub add icons_launcher 2.- edit your configurations (pubspec.yaml) icons_launcher: image_path: "assets/icon.png" platforms: android: enable: true ios: enable: true 3.- flutter pub get 4.- flutter pub run icons_launcher:create

I think this should be on the readme.

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

No branches or pull requests

3 participants