joker_state 4.0.0
joker_state: ^4.0.0 copied to clipboard
Joker is a lightweight, reactive state management solution for Flutter that brings the fun of the circus to your codebase with simple, flexible, and type-safe state handling.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add joker_stateWith Flutter:
$ flutter pub add joker_stateThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
joker_state: ^4.0.0Alternatively, 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:joker_state/joker_state.dart';