Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created December 17, 2020 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/8a9373a79c67db9927cd10765e336d4c to your computer and use it in GitHub Desktop.
Save velotiotech/8a9373a79c67db9927cd10765e336d4c to your computer and use it in GitHub Desktop.
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