Skip to content

lapphong/face_detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection

  • App id: com.buzzlp.jp

  • App name: Face Detect

  • Flutter: stable 3.32.6

  • Dart sdk: 3.8.1

  • IDE: Visual Code / Android Studio

  • Deployment target

    • Android: minSdkVersion 21
    • iOS: 15.5+.
  • Device Orientation: Portrail (primary)

  • Standard design: Samsung Galaxy S22 (360x765 @3x)

📸 Screenshots

Demo Front / Back
Dash light Dash dark

Technology stack details

Plugins Description
State Management flutter_bloc - Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
Reactive programming rx_dart - RxDart is an implementation of the popular reactiveX api for asynchronous programming, leveraging the native Dart Streams api.
Networking dio - A powerful HTTP client for Dart, supporting interceptors, global configuration, FormData, request cancellation, and more. Ideal for RESTful API integration.

Features

  • Face detection (front/back)
  • Face size validation
  • Offline data storage

How to install Build

Check build compile release:

  • iOS: flutter build ios --no-codesign
  • Android: flutter build apk --debug

Issue iOS cache cocopod: pod install --repo-update

Releases

No releases published

Packages

 
 
 

Contributors