autopilot 0.4.0
autopilot: ^0.4.0 copied to clipboard
A test driver for Flutter to do QA testing without sharing app source code.
import 'package:flutter/material.dart';
import 'app.dart';
void main() {
runApp(MyApp());
}