auto_binding 2.0.2 copy "auto_binding: ^2.0.2" to clipboard
auto_binding: ^2.0.2 copied to clipboard

AutoBinding is a lightweight MVVM bidirectional binding state management framework for data sharing and synchronization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_binding

With Flutter:

 $ flutter pub add auto_binding

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

dependencies:
  auto_binding: ^2.0.2

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:auto_binding/auto_binding.dart';
2
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

AutoBinding is a lightweight MVVM bidirectional binding state management framework for data sharing and synchronization.

Repository (GitHub)
View/report issues

Topics

#mvvm #partial-refresh #codegen

License

unknown (license)

Dependencies

flutter

More

Packages that depend on auto_binding