glue 1.0.5 copy "glue: ^1.0.5" to clipboard
glue: ^1.0.5 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.5

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
40
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

BSD-2-Clause (LICENSE)

Dependencies

flutter, rxdart

More

Packages that depend on glue