https://github.com/0xdevvv/axmvvm
Affixal MVVM - Clean and easy to use MVVM Architecture for Flutter
https://github.com/0xdevvv/axmvvm
dart flutter mvvm mvvm-architecture mvvm-pattern navigation services
Last synced: 4 months ago
JSON representation
Affixal MVVM - Clean and easy to use MVVM Architecture for Flutter
- Host: GitHub
- URL: https://github.com/0xdevvv/axmvvm
- Owner: 0xdevvv
- License: mit
- Created: 2019-11-07T16:15:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T22:39:55.000Z (over 6 years ago)
- Last Synced: 2026-01-11T10:37:01.196Z (5 months ago)
- Topics: dart, flutter, mvvm, mvvm-architecture, mvvm-pattern, navigation, services
- Language: Dart
- Homepage: https://pub.dev/packages/axmvvm
- Size: 164 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AxMVVM
Affixal MVVM - Clean and easy to use MVVM Architecture for Flutter
- ViewModel base class.
- ViewModel-First navigation.
- Dependency Injecton with IoC Container.
- Command Design Pattern.
- Publish/Subscribe Design Pattern.
- Localization Service.
- Navigation Service.
- Data Binding & Value Converter
- Base class for views & widgets.
@ Inspired by Kevin Ford's fmvvm architecture - https://github.com/Bowman74/fmvvm