fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
2.01k stars 403 forks source link

error #606

Open krishnapada opened 2 days ago

krishnapada commented 2 days ago

flutter pub get dart run flutter_launcher_icons Resolving dependencies... Downloading packages... async 2.11.0 (2.12.0 available) characters 1.3.0 (1.3.1 available) collection 1.18.0 (1.19.1 available) fake_async 1.3.1 (1.3.2 available) flutter_lints 4.0.0 (5.0.0 available) leak_tracker 10.0.5 (10.0.7 available) leak_tracker_flutter_testing 3.0.5 (3.0.8 available) lints 4.0.0 (5.1.0 available) matcher 0.12.16+1 (0.12.17 available) material_color_utilities 0.11.1 (0.12.0 available) meta 1.15.0 (1.16.0 available) path 1.9.0 (1.9.1 available) stack_trace 1.11.1 (1.12.0 available) string_scanner 1.2.0 (1.4.0 available) test_api 0.7.2 (0.7.3 available) vm_service 14.2.5 (14.3.0 available) Got dependencies! 16 packages have newer versions incompatible with dependency constraints. Try flutter pub outdated for more information. Building package executable... Built flutter_launcher_icons:flutter_launcher_icons. ════════════════════════════════════════════ FLUTTER LAUNCHER ICONS (v0.14.1)
════════════════════════════════════════════

• Creating default icons Android

✕ Could not generate launcher icons PathNotFoundException: Cannot open file, path = 'assets/icon/icon.png' (OS Error: No such file or directory, errno = 2)

JayMoliya33 commented 2 days ago

flutter pub get dart run flutter_launcher_icons Resolving dependencies... Downloading packages... async 2.11.0 (2.12.0 available) characters 1.3.0 (1.3.1 available) collection 1.18.0 (1.19.1 available) fake_async 1.3.1 (1.3.2 available) flutter_lints 4.0.0 (5.0.0 available) leak_tracker 10.0.5 (10.0.7 available) leak_tracker_flutter_testing 3.0.5 (3.0.8 available) lints 4.0.0 (5.1.0 available) matcher 0.12.16+1 (0.12.17 available) material_color_utilities 0.11.1 (0.12.0 available) meta 1.15.0 (1.16.0 available) path 1.9.0 (1.9.1 available) stack_trace 1.11.1 (1.12.0 available) string_scanner 1.2.0 (1.4.0 available) test_api 0.7.2 (0.7.3 available) vm_service 14.2.5 (14.3.0 available) Got dependencies! 16 packages have newer versions incompatible with dependency constraints. Try flutter pub outdated for more information. Building package executable... Built flutter_launcher_icons:flutter_launcher_icons. ════════════════════════════════════════════ FLUTTER LAUNCHER ICONS (v0.14.1) ════════════════════════════════════════════

• Creating default icons Android

✕ Could not generate launcher icons PathNotFoundException: Cannot open file, path = 'assets/icon/icon.png' (OS Error: No such file or directory, errno = 2)

Getting same issue