Update app setting (pubspec.yaml )

Open pubspec.yaml and update.

Flutter app config

1. Name, description, version: your app info

2. App Icon

Guide: https://pub.dev/packages/flutter_launcher_icons

Change the location of app icon

Then run this command in the terminal.

3. Font & Photos

Font:

  • asset: link to font

  • weight: weight of font

  • style: style of font

Assets:

  • Assets path

Important

Run Flutter get packages

Last updated

Was this helpful?