rebuilder 0.2.0 copy "rebuilder: ^0.2.0" to clipboard
rebuilder: ^0.2.0 copied to clipboard

An easy and minimalistic state management library for flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rebuilder

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

dependencies:
  rebuilder: ^0.2.0

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:rebuilder/rebuilder.dart';
3
likes
40
pub points
42%
popularity

Publisher

unverified uploader

An easy and minimalistic state management library for flutter.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on rebuilder