-
Notifications
You must be signed in to change notification settings - Fork 1
Home
EnsinsM edited this page Jan 27, 2022
·
2 revisions
Welcome to the basf_flutter_components wiki!
To generate custom icons we are using FlutterIcons.
- Whenever we export the icons we should use snake case and place the generated files in the corresponding location:
-
app_icons_icons.dartshould be renamed and moved intolib/presentation/widgets/icons.dart. -
config.jsonshould go intoassets/.x -
BasfIcons.ttfshould go intoassets/fonts/.
-
Afterwards we can just access our custom icons by simply typing BasfIcons.whateverIcon.
Remember to add all new .svg's icons files to assets/icons_svgs/.