-
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+.
- Android:
-
Device Orientation: Portrail (primary)
-
Standard design:
Samsung Galaxy S22 (360x765 @3x)
| Demo | Front / Back |
|---|---|
![]() |
![]() |
| 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. |
- Face detection (front/back)
- Face size validation
- Offline data storage
Check build compile release:
- iOS:
flutter build ios --no-codesign - Android:
flutter build apk --debug
Issue iOS cache cocopod: pod install --repo-update

