glue 1.0.3 copy "glue: ^1.0.3" to clipboard
glue: ^1.0.3 copied to clipboard

outdated

A library that allows you to easily pass a data Model from a one Widget to others using messaging system. This will help avoid passing delegates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add glue

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

dependencies:
  glue: ^1.0.3

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

Publisher

unverified uploader

A library that allows you to easily pass a data Model from a one Widget to others using messaging system. This will help avoid passing delegates.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on glue