Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.03 KB

next_app

A Flutter application template.

Getting Started

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.

Index files

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.