df_pod 0.8.0 copy "df_pod: ^0.8.0" to clipboard
df_pod: ^0.8.0 copied to clipboard

A package offering tools to manage app state using ValueNotifier-like objects called Pods.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add df_pod

With Flutter:

 $ flutter pub add df_pod

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

dependencies:
  df_pod: ^0.8.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:df_pod/df_pod.dart';
2
likes
0
pub points
57%
popularity

Publisher

verified publisherdevcetra.com

A package offering tools to manage app state using ValueNotifier-like objects called Pods.

Repository (GitHub)
View/report issues

Topics

#bloc #dependency-injection #reactive-programming #state #state-management

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

df_type, equatable, flutter, meta, shared_preferences, tuple

More

Packages that depend on df_pod