mvvm_kit 0.11.2 copy "mvvm_kit: ^0.11.2" to clipboard
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_kit

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

dependencies:
  mvvm_kit: ^0.11.2

Alternatively, 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';
0
likes
160
points
270
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
API reference

License

MIT (license)

Dependencies

collection, flutter

More

Packages that depend on mvvm_kit