An example of a modularized Flutter app. Check it out on my blog for details.
-
Clone the repo
git clone https://github.com/rizaadi/flutter-modularization-example.git cd flutter_modularization_example
-
Install NPM packages
dart pub global activate melos
-
Bootstrap the Project with Melos and fetch dependencies
melos bootstrap
-
Running the App
flutter run