auto_binding 2.1.4 copy "auto_binding: ^2.1.4" to clipboard
auto_binding: ^2.1.4 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 Flutter:

 $ flutter pub add auto_binding

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

dependencies:
  auto_binding: ^2.1.4

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

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

Topics

#mvvm #bidirectional-binding #partial-refresh #codegen

Documentation

API reference

License

MIT (license)

Dependencies

flutter, macros

More

Packages that depend on auto_binding