https://github.com/marcopiovanello/flutter-mvvm
Architectural framework for Flutter projects based on MVVM and FP
https://github.com/marcopiovanello/flutter-mvvm
Last synced: 3 months ago
JSON representation
Architectural framework for Flutter projects based on MVVM and FP
- Host: GitHub
- URL: https://github.com/marcopiovanello/flutter-mvvm
- Owner: marcopiovanello
- Created: 2023-05-22T08:00:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:18:50.000Z (9 months ago)
- Last Synced: 2025-02-19T13:27:48.027Z (3 months ago)
- Language: Dart
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_fp_mvvm
Esempio di implementazione del pattern architetturale MVVM con concetti di programmazione funzionale in un progetto Flutter.
Il comportamento è descritto nel package **quotes** in `lib/quotes`.
https://github.com/marcopeocchi/flutter-mvvm/assets/35533749/304621ec-63d5-4319-9f26-fed0b0049dca
## Run
```sh
flutter run#build
# flutter build apk
```## Build runner
```
dart run build_runner build
```
```
dart run build_runner watch
```