Skip to content

Instantly share code, notes, and snippets.

@nawalhmw
Created October 24, 2020 13:32
Show Gist options
  • Save nawalhmw/71eb105c74130441198deb4fe0d9edca to your computer and use it in GitHub Desktop.
Save nawalhmw/71eb105c74130441198deb4fe0d9edca to your computer and use it in GitHub Desktop.
//this code belongs to https://fluttercompletereference.com/
//Chapter 16: Test Driver
//******************************************************************************
import 'package:flutter_driver/driver_extension.dart';
import 'package:counter_app/main.dart' as app;
void main() {
enableFlutterDriverExtension();
app.main();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment