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
- Host: GitHub
- URL: https://github.com/rizaadi/flutter-modularization-example
- Owner: rizaadi
- License: mit
- Created: 2025-03-03T16:17:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T16:33:47.000Z (3 months ago)
- Last Synced: 2025-03-03T17:30:35.774Z (3 months ago)
- Topics: example, flutter, melos, melos-cli, modularization, monorepo
- Language: Dart
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Screenshot

## Getting Started
1. Clone the repo
```sh
git clone https://github.com/rizaadi/flutter-modularization-example.gitcd 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
```