Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
2いいね 1,504 views回再生

Fuodz Ep-9 - Changing App Icons

Fuodz Ep-9 - Changing App Icons
Go to assets folder
Change the app_icon.png and splash_icon.png to that of your choice. Please make sure the name remain the same.
You can import your custom image and rename them to app_icon.png and splash_icon.png
Change the color to the color of your app.
Then run this command in your terminal to update the app_icon of the app.
flutter pub get
flutter pub run flutter_launcher_icons:main
Also run this command in your terminal to update the splash screen of the app.
flutter pub get
flutter pub run flutter_native_splash:create

コメント