observable_builder 0.0.2+1 copy "observable_builder: ^0.0.2+1" to clipboard
observable_builder: ^0.0.2+1 copied to clipboard

outdated

Lightweight Flutter state management library with support for local refreshes and state caching.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add observable_builder

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

dependencies:
  observable_builder: ^0.0.2+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:observable_builder/observable_builder.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Lightweight Flutter state management library with support for local refreshes and state caching.

Homepage
Repository

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on observable_builder