https://github.com/smartive/fluorflow
MVVM framework for Flutter applications
https://github.com/smartive/fluorflow
flutter mvvm
Last synced: 2 months ago
JSON representation
MVVM framework for Flutter applications
- Host: GitHub
- URL: https://github.com/smartive/fluorflow
- Owner: smartive
- License: apache-2.0
- Created: 2023-08-01T10:54:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T13:29:14.000Z (2 months ago)
- Last Synced: 2025-04-22T14:35:14.710Z (2 months ago)
- Topics: flutter, mvvm
- Language: Dart
- Homepage: https://pub.dev/packages/fluorflow
- Size: 187 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluorflow
This is the repository of "fluorflow". An MVVM framework for Flutter applications.
It is heavily inspired by [Stacked](https://pub.dev/packages/stacked).
(It is actually born out of stacked)The name was generated by ChatGPT, there you have it :-D
This repository is a "melos" monorepo. It contains the following packages:
- [fluorflow](packages/fluorflow/): the mvvm framework
- [fluorflow_generator](packages/fluorflow_generator/): the code generator for the frameworkIn theory, you do not need the generator, however, it is highly recommended to use it.
It generates dependency injection code, routing, bottom sheets, dialogs, everything
you use in the app. Head over to the specific readme files in the packages for more information.## Development
Checkout this repository and use [`melos`](https://melos.invertase.dev/)
to manage the packages.- `dart pub global activate melos`
- `melos bootstrap`And you are ready to go.