An open API service indexing awesome lists of open source software.

https://github.com/rizaadi/flutter-modularization-example

An example of a modularized Flutter app using Melos
https://github.com/rizaadi/flutter-modularization-example

example flutter melos melos-cli modularization monorepo

Last synced: 3 months ago
JSON representation

An example of a modularized Flutter app using Melos

Awesome Lists containing this project

README

        

# Flutter Modularization Example

An example of a modularized Flutter app. Check it out on my [blog](https://rizaadikurniawan.com/blog/modularization-flutter) for details.

## Layer

![Layer Screenshot](resources/layer-ss.png)

## Screenshot

![app Screenshot](resources/modular-ss.png)

## Getting Started

1. Clone the repo

```sh
git clone https://github.com/rizaadi/flutter-modularization-example.git

cd flutter_modularization_example
```

2. Install NPM packages

```sh
dart pub global activate melos
```

3. Bootstrap the Project with Melos and fetch dependencies

```sh
melos bootstrap
```

4. Running the App

```sh
flutter run
```