bindable 0.1.0 copy "bindable: ^0.1.0" to clipboard
bindable: ^0.1.0 copied to clipboard

Bindable is a state managment library that is powerful and easy to use. It will become extendable in the future and get many useful plugins to do complex tasks in a simple plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bindable

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

dependencies:
  bindable: ^0.1.0

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

Publisher

unverified uploader

Bindable is a state managment library that is powerful and easy to use. It will become extendable in the future and get many useful plugins to do complex tasks in a simple plugin.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bindable