icons_launcher icon indicating copy to clipboard operation
icons_launcher copied to clipboard

[BUG] Not working

Open VinniciusJesus opened this issue 1 year ago • 2 comments

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.

VinniciusJesus avatar Jan 27 '23 14:01 VinniciusJesus

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

Pedrogvas avatar May 15 '23 19:05 Pedrogvas

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.

EmreSURK avatar Aug 18 '23 13:08 EmreSURK