camera: update for 1st-party camera v0.10.5+3 (#77)

Signed-off-by: Hidenori Matsubayashi <[email protected]>
This commit is contained in:
Hidenori Matsubayashi
2023-08-17 05:43:10 +00:00
committed by GitHub
parent 871ed935e8
commit 1746fd0633
7 changed files with 41 additions and 69 deletions
@@ -1,12 +0,0 @@
//
// 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();
}