mlkit_demo
                                
                                 mlkit_demo copied to clipboard
                                
                                    mlkit_demo copied to clipboard
                            
                            
                            
                        [Deprecated] Example app using mlkit with a live camera view
[Deprecated] See firebase_ml_vision example app for updated Live Camera Preview examples.
Flutter Live Camera with ML Kit Example Project
This project displays a live camera preview that highlights detected barcodes/faces/labels/text using ML Kit for Firebase.
How to use with your own project
- 
Add Firebase to your app. You can follow instruction here for iOS and android. You only need to follow the instructions to the point of including the config file. The firebase_ml_visionplugin will have the sdk already included.
- 
Include latest versions of the camera and firebase_ml_vision plugins in your project and follow instructions on including camera access permissions. Pay close attention to the README.mdof both plugins to make sure everything is properly setup.
- 
Include lib/main.dart,lib/utils.dart, andlib/detector_painters.dartin your project's lib folder.