flutter_probe_annotation 0.9.6
flutter_probe_annotation: ^0.9.6 copied to clipboard
Dart annotations for FlutterProbe — declare ProbeScript end-to-end tests as decorators on your Flutter screen classes. Pair with flutter_probe_gen to generate .probe test files at build time.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_probe_annotationWith Flutter:
$ flutter pub add flutter_probe_annotationThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_probe_annotation: ^0.9.6Alternatively, 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:flutter_probe_annotation/flutter_probe_annotation.dart';