A face detecting application built on flutter framework
Integrated with Google's FirebaseVision to model and test results
Download/clone the entire repository and save in a dir
cd <your dir>
flutter pub get
flutter pub run flutter_launcher_icons:main // for app icon
- For debugging purposes
flutter run
flutter run -d <your device> // if multiple devices
- For release
flutter build apk // apk output at build\app\outputs\apk\
To install in connected device
flutter install
Feel free to contribute with ❤️
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.