Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 680 Bytes

File metadata and controls

39 lines (24 loc) · 680 Bytes

Flutter Modularization Example

An example of a modularized Flutter app. Check it out on my blog for details.

Layer

Layer Screenshot

Screenshot

app Screenshot

Getting Started

  1. Clone the repo

    git clone https://github.com/rizaadi/flutter-modularization-example.git
    
    cd flutter_modularization_example
  2. Install NPM packages

    dart pub global activate melos
  3. Bootstrap the Project with Melos and fetch dependencies

    melos bootstrap
  4. Running the App

    flutter run