juice 1.1.2 copy "juice: ^1.1.2" to clipboard
juice: ^1.1.2 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 Dart:

 $ dart pub add juice

With Flutter:

 $ flutter pub add juice

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

dependencies:
  juice: ^1.1.2

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:juice/juice.dart';
6
likes
0
points
305
downloads

Publisher

verified publishernuovea.com

Weekly Downloads

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 with a BLoC-inspired, stream-driven state model for predictable async workflows and scalable feature composition.

Homepage
Repository (GitHub)
View/report issues

Topics

#bloc #reactive #clean-architecture #state-management

Documentation

Documentation

License

unknown (license)

Dependencies

cupertino_icons, flutter, flutter_test, logger, rxdart

More

Packages that depend on juice