Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created December 17, 2020 15:22
Show Gist options
  • Select an option

  • Save velotiotech/8a9373a79c67db9927cd10765e336d4c to your computer and use it in GitHub Desktop.

Select an option

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