juice 1.1.1
juice: ^1.1.1 copied to clipboard
Juice is an opinionated, team-friendly, modular reactive state management framework for Flutter. It enforces clear boundaries and structured development, combining Clean Architecture-style use cases w [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add juiceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
juice: ^1.1.1Alternatively, 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:juice/juice.dart';