A Flutter application template.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
To update the list of files included in documentation for base
, common
and features
libraries code generation with index_generator is used.
To activate index_generator
run:
flutter pub global activate index_generator
To update index files run:
flutter pub global run index_generator
Right now the libraries app
and di
don't use code generation as they are small and usually don't change in terms of included files.