Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created December 17, 2020 15:22
Embed
What would you like to do?
import 'package:flutter_driver/driver_extension.dart';
void main() {
enableFlutterDriverExtension();
runApp(MyApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment