auto_binding_field 0.0.7 copy "auto_binding_field: ^0.0.7" to clipboard
auto_binding_field: ^0.0.7 copied to clipboard

This package that automatically updates input field state based on bound variable changes, and vice versa.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_binding_field

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

dependencies:
  auto_binding_field: ^0.0.7

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_field/auto_binding_field.dart';
10
likes
150
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This package that automatically updates input field state based on bound variable changes, and vice versa.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on auto_binding_field