Guide: https://pub.dev/packages/flutter_launcher_icons
Then run this command in the terminal.
flutter pub getflutter pub run flutter_launcher_icons:main
fonts:- family: Jostfonts:- asset: assets/fonts/Jost/Jost-Book.ttf- asset: assets/fonts/Jost/Jost-Hairline.ttfweight: 100- asset: assets/fonts/Jost/Jost-HairlineItalic.ttfweight: 100style: italic- asset: assets/fonts/Jost/Jost-Thin.ttfweight: 200- asset: assets/fonts/Jost/Jost-ThinItalic.ttfweight: 200style: italic- asset: assets/fonts/Jost/Jost-Light.ttfweight: 300- asset: assets/fonts/Jost/Jost-LightItalic.ttfweight: 300style: italic- asset: assets/fonts/Jost/Jost-BookItalic.ttfstyle: italic- asset: assets/fonts/Jost/Jost-Medium.ttfweight: 500- asset: assets/fonts/Jost/Jost-MediumItalic.ttfweight: 500style: italic- asset: assets/fonts/Jost/Jost-Semi.ttfweight: 600- asset: assets/fonts/Jost/Jost-SemiItalic.ttfweight: 600style: italic- asset: assets/fonts/Jost/Jost-Bold.ttfweight: 700- asset: assets/fonts/Jost/Jost-BoldItalic.ttfweight: 700style: italic- asset: assets/fonts/Jost/Jost-Heavy.ttfweight: 800- asset: assets/fonts/Jost/Jost-HeavyItalic.ttfweight: 800style: italic- asset: assets/fonts/Jost/Jost-Black.ttfweight: 900- asset: assets/fonts/Jost/Jost-BlackItalic.ttfweight: 900style: italicassets:# photos- assets/photos/# Localization- i18n/en.json# icon- assets/iconGolo/- assets/app/launch/
Font:
asset: link to font
weight: weight of font
style: style of font
Assets:
Assets path
Run Flutter get packages
flutter pub get