xyz_pod 0.1.2 xyz_pod: ^0.1.2 copied to clipboard
XYZ Pod is a Flutter package designed to streamline and enhance state management in Flutter applications. It offers a suite of tools including `Pod`, `PodBuilder`, `PodListBuilder`, `MultiPodBuilder`, [...]
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.1.2
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';