abcx3_store_devtool 0.1.0 copy "abcx3_store_devtool: ^0.1.0" to clipboard
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_devtool

This 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.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:abcx3_store_devtool/abcx3_dart_store_devtool.dart';
import 'package:abcx3_store_devtool/main.dart';
1
likes
140
points
131
downloads

Publisher

verified publisherabcx3.com

Weekly Downloads

DevTools helper to inspect ABCx3 generated Dart stores (streams + snapshots)

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

devtools_extensions, flutter, rxdart, vm_service

More

Packages that depend on abcx3_store_devtool