joker_state 4.2.0+3
joker_state: ^4.2.0+3 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 Flutter:
$ flutter pub add joker_state
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
joker_state: ^4.2.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:joker_state/joker_state.dart';