binding 0.0.1 copy "binding: ^0.0.1" to clipboard
binding: ^0.0.1 copied to clipboard

outdated

A state management package for Flutter that supports data bindings. This package is inspired by .NET INotifyPropertyChanged interface and should feel familiar to .NET developers that have worked with [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add binding

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

dependencies:
  binding: ^0.0.1

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

Publisher

verified publisherpatchme.app

A state management package for Flutter that supports data bindings. This package is inspired by .NET INotifyPropertyChanged interface and should feel familiar to .NET developers that have worked with .NET applications in WPF/Xamarin.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on binding