skip to Main Content

suspected flutter_launcher_icons 0.14.1 causing FATAL EXCEPTION: wmshell.splashworker

i'm trying to use flutter_launcher_icons 0.14.1 to create launcher icon for my flutter app. i followed the instructions in the pubdev of it and when i ran dart run flutter_launcher_icons, this is the output Built flutter_launcher_icons:flutter_launcher_icons. ════════════════════════════════════════════ FLUTTER LAUNCHER ICONS…

VIEW QUESTION

flutter_launcher_icons package is not changing the launcher icons in android after upgrading to the latest flutter version

its my code in pubspec.yaml file: dev_dependencies: flutter_test: sdk: flutter flutter_lints: ^4.0.0 bloc_test: hive_generator: build_runner: change_app_package_name: ^1.1.0 flutter_launcher_icons: ^0.14.1 flutter_launcher_icons: android: "launcher_icon" ios: true remove_alpha_ios: true image_path: "assets/images/logodark.png" min_sdk_android: 24 anfter runningdart run flutter_launcher_icons command it says that the icon…

VIEW QUESTION
Back To Top
Search