mvvm_kit 0.11.2
mvvm_kit: ^0.11.2 copied to clipboard
A lightweight MVVM pattern implementation with LiveData for reactive state management in Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mvvm_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mvvm_kit: ^0.11.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mvvm_kit/mvvm_kit.dart';