rsflutterapp

Bahnhofsfoto-App for Android and iOS using Flutter
git clone git://archive.git.mtrnord.blog/MTRNord/rsflutterapp.git
Log | Files | Refs | README

app.dart (321B)


      1 import 'package:rs_flutter_app/main.dart' as app;
      2 import 'package:flutter_driver/driver_extension.dart';
      3 
      4 void main() {
      5   // This line enables the extension
      6   enableFlutterDriverExtension();
      7 
      8   // Call the `main()` function of your app or call `runApp` with any widget you
      9   // are interested in testing.
     10   app.main();
     11 }