mvvm_kit 0.9.1 copy "mvvm_kit: ^0.9.1" to clipboard
mvvm_kit: ^0.9.1 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 Dart:

 $ dart pub add mvvm_kit

With Flutter:

 $ flutter pub add mvvm_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mvvm_kit: ^0.9.1

Alternatively, your editor might support dart pub get or 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';
1
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight MVVM pattern implementation with LiveData for reactive state management in Flutter applications.

Repository (GitHub)
View/report issues

Topics

#mvvm #livedata #architecture #state-management #reactive

Documentation

Documentation

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on mvvm_kit