blob: 9a2786bff4b656d78c36d687f85cef634e63b9f2 [file] [log] [blame]
import 'package:flutter_driver/driver_extension.dart';
import 'package:example/main.dart' as app;
void main() {
// This line enables the extension.
enableFlutterDriverExtension();
// Call the `main()` function of the app, or call `runApp` with
// any widget you are interested in testing.
app.main();
}