Skip to content

Instantly share code, notes, and snippets.

@BouweCeunen
Created July 19, 2020 14:29
Show Gist options
  • Save BouweCeunen/737f2cfc8a48b814829ef146d1386cc2 to your computer and use it in GitHub Desktop.
Save BouweCeunen/737f2cfc8a48b814829ef146d1386cc2 to your computer and use it in GitHub Desktop.
import 'package:flutter_driver/driver_extension.dart';
import 'package:<package>/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();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment