popsicle 2.0.0-alpha copy "popsicle: ^2.0.0-alpha" to clipboard
popsicle: ^2.0.0-alpha copied to clipboard

Popsicle is a lightweight, reactive state management and DI framework for Flutter. Built on the philosophy f(state) = UI, it simplifies building scalable, declarative apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add popsicle

With Flutter:

 $ flutter pub add popsicle

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

dependencies:
  popsicle: ^2.0.0-alpha

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:popsicle/popsicle.dart';
2
likes
0
points
2
downloads

Publisher

verified publisherflutterwiki.com

Weekly Downloads

Popsicle is a lightweight, reactive state management and DI framework for Flutter. Built on the philosophy f(state) = UI, it simplifies building scalable, declarative apps.

Repository (GitHub)
View/report issues

Topics

#flutter #state-management #dependency-injection #reactive-programming #popsicle

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on popsicle