abcx3_store_devtool 0.1.0
abcx3_store_devtool: ^0.1.0 copied to clipboard
DevTools helper to inspect ABCx3 generated Dart stores (streams + snapshots)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add abcx3_store_devtoolThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
abcx3_store_devtool: ^0.1.0Alternatively, 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:abcx3_store_devtool/abcx3_dart_store_devtool.dart';
import 'package:abcx3_store_devtool/main.dart';