ποΈ FaceDetector Flutter Package
π About FaceDetector
FaceDetector is a powerful Flutter package that enables real-time face detection using the device camera. It leverages the latest AI models to accurately detect faces in images and live video streams.
β¨ Features
- π Real-time face detection
- πΈ Supports both images and live camera feed
- β‘ High accuracy with fast processing
- π Customizable detection settings
- π± Works on both Android & iOS
πΈ Screenshots

π₯ Installation
Add the dependency to your pubspec.yaml:
dependencies:
face_detector_new: latest_version
Run:
flutter pub get
π Usage
import 'package:face_detector_new/face_detector_new.dart';
var result = await FaceDetector.startFaceDetection(bashUrl:"FACE_MATCH_BASE_URL");
π Tech Stack
- Flutter for cross-platform support
- CameraX for Android camera processing
- ML Kit for face detection
π€ Contributing
Contributions are welcome! Feel free to fork and submit a pull request.
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π¬ Contact
For any inquiries or support, reach out via:
π§ Email: vshilpkar55@gmail.com
π± Mobile: +919131087223
π LinkedIn: www.linkedin.com/in/virendra-shilpkar-b389a620b
πΈ Instagram: https://www.instagram.com/virendra_shilpkar?igsh=ejQzNnFrMXowa2l2&utm_source=qr
Or open an issue on GitHub. For any inquiries or support, reach out via vshilpkar55@gmail.com or open an issue.
π‘ Give a β if you like this package!
Libraries
- controller/dependencyinjection
- controller/initcontroller
- face_detector
- model/checkface
- model/getuserstore
- model/userstore
- services/camera.service
- services/face_detector_service
- services/image_converter
- services/services
- services/signature_generator
- services/signature_service
- widgets/coordinates_translator
- widgets/face_detector_painter
- widgets/painter_service
- widgets/single_picture