camera_package 0.0.3
camera_package: ^0.0.3 copied to clipboard
Bio Camera
π· Generalized Camera Library #
A reusable Flutter camera component built with face detection and auto-capture capabilities, designed for easy integration and compatibility with modern Android and iOS versions.
π οΈ Dependencies #
This library uses the following packages:
google_mlkit_face_detection: ^0.13.1
camera: ^0.11.0
device_info_plus: ^11.3.0
permission_handler: ^12.0.0+1
image: ^4.5.4
flutter_svg_provider: ^1.0.7
lottie: ^3.1.1
device_preview: ^1.2.0
screen_brightness: ^2.1.5
β¨ Features β One-click image capture using a custom or default button π€ Auto-capture functionality for seamless user experience π Supports front and back camera switching π§ Face detection using Google ML Kit π¦ Singleton pattern for optimized camera resource handling βοΈ Easy to plug and play in your existing project π― Compatible with modern iOS & Android SDKs
π Example Usage #
Use below mention function when you want to use this camera. #
import 'package:camera_package/camera_singleton/FaceDetectionController.dart'; import 'package:camera_package/camera_singleton/FaceDetectionView.dart';