flutter_probe_annotation 0.9.6 copy "flutter_probe_annotation: ^0.9.6" to clipboard
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_annotation

With Flutter:

 $ flutter pub add flutter_probe_annotation

This 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.6

Alternatively, 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';
0
likes
140
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#testing #e2e #flutter #annotations #codegen

License

MIT (license)

More

Packages that depend on flutter_probe_annotation