Files
flutter-elinux-plugins/packages/camera/example/elinux/flutter/main.dart
T
Hidenori Matsubayashi 999fdad59c [camera][draft] Add camera plugin (#29)
Added the first draft version, but there are still a lot of unimplemented features.
2021-08-16 16:43:28 +09:00

13 lines
226 B
Dart

//
// Generated file. Do not edit.
//
// @dart=2.12
import 'package:camera_example/main.dart' as entrypoint;
import 'generated_plugin_registrant.dart';
Future<void> main() async {
registerPlugins();
entrypoint.main();
}