flutter_cockpit_test 4.0.45
flutter_cockpit_test: ^4.0.45 copied to clipboard
Cockpit-powered Flutter integration tests with native evidence and AI-first selectors.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_cockpit_testThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_cockpit_test: ^4.0.45Alternatively, 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:flutter_cockpit_test/flutter_cockpit_test.dart';