WT1.1.0+40 Premium feature settings

This commit is contained in:
bossanyit
2020-12-28 14:39:54 +01:00
parent 5c7a3d67e8
commit 9755cc764a
84 changed files with 2069 additions and 1192 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
import 'package:flutter_driver/driver_extension.dart';
//import 'package:flutter_driver/driver_extension.dart';
import 'package:aitrainer_app/main.dart' as app;
void main() {
/* void main() {
// This line enables the extension.
enableFlutterDriverExtension();
// Call the `main()` function of the app, or call `runApp` with
// any widget you are interested in testing.
app.main();
}
} */
+3 -2
View File
@@ -1,9 +1,9 @@
// Imports the Flutter Driver API.
import 'package:flutter_driver/flutter_driver.dart';
//import 'package:flutter_driver/flutter_driver.dart';
import 'package:test/test.dart';
import '../lib/helper/database.dart';
/*
void main() {
FlutterDriver driver;
group('Login App', () {
@@ -18,3 +18,4 @@ void main() {
});
});
}
*/