autopilot 0.3.1 copy "autopilot: ^0.3.1" to clipboard
autopilot: ^0.3.1 copied to clipboard

A test driver for Flutter to do QA testing without sharing app source code.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'app.dart';

void main() {
  runApp(MyApp());
}
8
likes
120
pub points
45%
popularity

Publisher

unverified uploader

A test driver for Flutter to do QA testing without sharing app source code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_test

More

Packages that depend on autopilot