Код: Выделить всё
flutter pub get
flutter pub run flutter_launcher_icons
Код: Выделить всё
Warning: flutter_icons has been deprecated please use flutter_launcher_icons instead in your yaml files
• Creating default icons Android
✕ Could not generate launcher icons
PathNotFoundException: Cannot open file, path = 'assets/app_logo.png' (OS Error: The system cannot find the file specified.
, errno = 2)
Код: Выделить всё
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_icons:
android: true
ios: true
image_path: "assets/app_logo.png"
(https://i.sstatic.net/wxDds.png)
Но я так и не понял в чём проблема, может кто-нибудь помочь мне, чтобы я мог правильно ее исправить.
Я ожидаю, что система правильно прочитает файл изображения, чтобы сгенерировать значки запуска.
Подробнее здесь: https://stackoverflow.com/questions/768 ... -file-path