SYMBOL INDEX (78 symbols across 7 files) FILE: example/android/app/src/main/java/fr/rushioconsulting/flutter_camera_ml_vision_example/MainActivity.java class MainActivity (line 7) | public class MainActivity extends FlutterActivity { method onCreate (line 8) | @Override FILE: example/lib/main.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | _MyHomePageState createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State { method build (line 35) | Widget build(BuildContext context) class ScanPage (line 74) | class ScanPage extends StatefulWidget { method createState (line 76) | _ScanPageState createState() class _ScanPageState (line 79) | class _ScanPageState extends State { method build (line 84) | Widget build(BuildContext context) class _ScannerOverlayShape (line 121) | class _ScannerOverlayShape extends ShapeBorder { method getInnerPath (line 136) | Path getInnerPath(Rect rect, {TextDirection textDirection}) method getOuterPath (line 143) | Path getOuterPath(Rect rect, {TextDirection textDirection}) method _getLeftTopPath (line 144) | Path _getLeftTopPath(Rect rect) method paint (line 167) | void paint(Canvas canvas, Rect rect, {TextDirection textDirection}) method scale (line 288) | ShapeBorder scale(double t) FILE: example/lib/main_face.dart function main (line 6) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 21) | class MyHomePage extends StatefulWidget { method createState (line 27) | _MyHomePageState createState() class _MyHomePageState (line 30) | class _MyHomePageState extends State { method build (line 41) | Widget build(BuildContext context) class FaceDetectorPainter (line 75) | class FaceDetectorPainter extends CustomPainter { method paint (line 83) | void paint(Canvas canvas, Size size) method shouldRepaint (line 104) | bool shouldRepaint(FaceDetectorPainter oldDelegate) function _reflectionRect (line 109) | Rect _reflectionRect(bool reflection, Rect boundingBox, double width) function _scaleRect (line 119) | Rect _scaleRect({ FILE: example/lib/main_live.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatefulWidget { method createState (line 26) | _MyHomePageState createState() class _MyHomePageState (line 29) | class _MyHomePageState extends State { method build (line 35) | Widget build(BuildContext context) class _SecondScreen (line 112) | class _SecondScreen extends StatelessWidget { method build (line 114) | Widget build(BuildContext context) FILE: lib/flutter_camera_ml_vision.dart type HandleDetection (line 21) | typedef HandleDetection = Future Function(FirebaseVisionImage image); type ErrorWidgetBuilder (line 22) | typedef ErrorWidgetBuilder = Widget Function( type CameraError (line 25) | enum CameraError { type _CameraState (line 32) | enum _CameraState { class CameraMlVision (line 38) | class CameraMlVision extends StatefulWidget { method createState (line 61) | CameraMlVisionState createState() class CameraMlVisionState (line 64) | class CameraMlVisionState extends State> method initState (line 77) | void initState() method didUpdateWidget (line 84) | void didUpdateWidget(CameraMlVision oldWidget) method didChangeAppLifecycleState (line 92) | void didChangeAppLifecycleState(AppLifecycleState state) method stop (line 104) | Future stop() method _stop (line 118) | Future _stop(bool silently) method start (line 137) | void start() method _start (line 143) | void _start() method startVideoRecording (line 157) | Future startVideoRecording() method stopVideoRecording (line 162) | Future stopVideoRecording(String path) method takePicture (line 170) | Future takePicture(String path) method flash (line 177) | Future flash(FlashMode mode) method focus (line 181) | Future focus(FocusMode mode) method focusPoint (line 185) | Future focusPoint(Offset point) method zoom (line 189) | Future zoom(double zoom) method exposure (line 193) | Future exposure(ExposureMode mode) method exposureOffset (line 197) | Future exposureOffset(double offset) method exposurePoint (line 201) | Future exposurePoint(Offset offset) method _initialize (line 205) | Future _initialize() method dispose (line 272) | void dispose() method build (line 286) | Widget build(BuildContext context) method _getApplicableOrientation (line 337) | DeviceOrientation? _getApplicableOrientation() method _isLandscape (line 344) | bool _isLandscape() method _processImage (line 349) | void _processImage(CameraImage cameraImage) method toggle (line 363) | void toggle() method _getPicture (line 371) | Widget _getPicture() FILE: lib/utils.dart function _getCamera (line 3) | Future _getCamera(CameraLensDirection dir) function _concatenatePlanes (line 9) | Uint8List _concatenatePlanes(List planes) function buildMetaData (line 15) | FirebaseVisionImageMetadata buildMetaData( function _detect (line 35) | Future _detect( function _rotationIntToImageRotation (line 48) | ImageRotation _rotationIntToImageRotation(int rotation) FILE: test/flutter_camera_ml_vision_test.dart function main (line 5) | void main()