xyz_pod 0.10.0 xyz_pod: ^0.10.0 copied to clipboard
XYZ Pod is a Flutter package designed to streamline and enhance state management in Flutter applications. It's based on Flutter's ValueNotifier.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xyz_pod
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
xyz_pod: ^0.10.0
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:xyz_pod/xyz_pod.dart';