popsicle 0.0.2-alpha copy "popsicle: ^0.0.2-alpha" to clipboard
popsicle: ^0.0.2-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 Flutter:

 $ flutter pub add popsicle

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

dependencies:
  popsicle: ^0.0.2-alpha

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:popsicle/popsicle.dart';
1
likes
160
points
--
downloads
screenshot

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
Contributing

Topics

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

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on popsicle