autopilot 0.1.0
autopilot: ^0.1.0 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());
}