agentxm_example_tinyflags 0.1.0
agentxm_example_tinyflags: ^0.1.0 copied to clipboard
Tiny feature flags library used by AXM companion package examples.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add agentxm_example_tinyflagsWith Flutter:
$ flutter pub add agentxm_example_tinyflagsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
agentxm_example_tinyflags: ^0.1.0Alternatively, 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:agentxm_example_tinyflags/agentxm_example_tinyflags.dart';