xyz_pod 0.49.0 xyz_pod: ^0.49.0 copied to clipboard
This package simplifies state management in Flutter applications and is well-suited for use with a Modular Services State Management (MSSM) pattern.
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.49.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';