This commit is contained in:
Hillel Coren 2021-05-04 21:02:22 +03:00
parent 47194ad53e
commit 8b88c62d6a
1 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
/*
// This is the instrumented flutter app!
import 'package:flutter_driver/driver_extension.dart';
@ -9,4 +8,3 @@ void main() {
enableFlutterDriverExtension();
app.main(isTesting: true);
}
*/