state_buddy 1.0.1 copy "state_buddy: ^1.0.1" to clipboard
state_buddy: ^1.0.1 copied to clipboard

The simplest state manager around for dart and flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add state_buddy

With Flutter:

 $ flutter pub add state_buddy

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

dependencies:
  state_buddy: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:state_buddy/state_buddy.dart';
0
likes
140
pub points
0%
popularity

Publisher

unverified uploader

The simplest state manager around for dart and flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on state_buddy