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

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

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
```