model_binding 1.0.15 copy "model_binding: ^1.0.15" to clipboard
model_binding: ^1.0.15 copied to clipboard

ModelBinding is a Widget data src.binding framework implemented using MapModel, and its biggest advantage is that modifying data can automatically refresh corresponding Widgets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add model_binding

With Flutter:

 $ flutter pub add model_binding

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

dependencies:
  model_binding: ^1.0.15

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:model_binding/model_binding.dart';
1
likes
0
pub points
1%
popularity

Publisher

unverified uploader

ModelBinding is a Widget data src.binding framework implemented using MapModel, and its biggest advantage is that modifying data can automatically refresh corresponding Widgets.

Repository (GitHub)
View/report issues

Topics

#mvvm #build-runner #json #codegen

License

unknown (license)

Dependencies

flutter, map_model

More

Packages that depend on model_binding