blob: fdd5f19e2f1bdc04dd6b8d1385dc7bf61604ce7d [file] [log] [blame]
import 'package:example/main.dart' as app;
import 'package:flutter_driver/driver_extension.dart';
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();
}