juice 1.0.0 copy "juice: ^1.0.0" to clipboard
juice: ^1.0.0 copied to clipboard

Juice is a lightweight, modular state management library for Flutter, built on the BLoC (Business Logic Component) architecture. It simplifies application development with reusable components, clean [...]

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.0.0

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
342
downloads

Publisher

verified publishernuovea.com

Weekly Downloads

Juice is a lightweight, modular state management library for Flutter, built on the BLoC (Business Logic Component) architecture. It simplifies application development with reusable components, clean architecture integration, and robust tools for managing state, events, and UI in a scalable and maintainable way.

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