property 0.0.3 copy "property: ^0.0.3" to clipboard
property: ^0.0.3 copied to clipboard

Package for stream property pattern builder is a solution when you need easy support for updating widgets values without setState using streams.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add property

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

dependencies:
  property: ^0.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:property/property.dart';
1
likes
160
pub points
24%
popularity

Publisher

verified publisherbomsamdi.com

Package for stream property pattern builder is a solution when you need easy support for updating widgets values without setState using streams.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on property