这是indexloc提供的服务,不要输入任何密码

face_checkin_library 1.0.0+3 copy "face_checkin_library: ^1.0.0+3" to clipboard
face_checkin_library: ^1.0.0+3 copied to clipboard

A Flutter library for face check-in with liveness detection using TensorFlow Lite.

100/ 160
pub points
3
downloads

We analyzed this package 20 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/sangdv96/face_check_in was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
0 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

26 out of 229 API elements (11.4 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: app_bar, app_bar.customAppBar, app_bar.customAppBar.actions, app_bar.customAppBar.backgroundColor, app_bar.customAppBar.borderRadius.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:face_checkin_library/face/camera_frame.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:face_checkin_library/face/camera_frame.dart that imports:
  • package:geolocator/geolocator.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:face_checkin_library/face/camera_frame.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_android/geolocator_android.dart that declares support for platforms: Android.
Package does not support platform `Web`.

Because:

  • package:face_checkin_library/face/camera_frame.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:face_checkin_library/face/camera_frame.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_apple/geolocator_apple.dart that declares support for platforms: iOS, macOS.
Package does not support platform `iOS`.

Because:

  • package:face_checkin_library/face/camera_frame.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_android/geolocator_android.dart that declares support for platforms: Android.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:face_checkin_library/face/camera_frame.dart that imports:
  • package:flutter_map/flutter_map.dart that imports:
  • package:flutter_map/src/map/widget.dart that imports:
  • package:logger/logger.dart that imports:
  • package:logger/src/outputs/advanced_file_output_stub.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 70 issues. Showing the first 2:

WARNING: The value of the local variable 'sharePreferences' isn't used.

lib/config/injection/local_module.dart:6:11

  ╷
6 │     final sharePreferences = await SharedPreferences.getInstance();
  │           ^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/config/injection/local_module.dart

WARNING: The left operand can't be null, so the right operand is never executed.

lib/face/camera_frame.dart:167:48

    ╷
167 │                             radius: e.epsilon??100, // bán kính mét (tùy chỉnh)
    │                                                ^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/face/camera_frame.dart

Partially passed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Partially passed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
camera ^0.10.5+5 0.10.6 0.11.3
cupertino_icons ^1.0.8 1.0.8 1.0.8
flutter_easyloading ^3.0.5 3.0.5 3.0.5
flutter_map ^6.1.0 6.2.1 8.2.2
flutter_svg ^2.1.0 2.2.2 2.2.2
geocoding ^2.1.0 2.2.2 4.0.0
geolocator ^11.0.0 11.1.0 14.0.2
get ^4.6.6 4.7.2 4.7.2
get_it ^8.0.0 8.3.0 9.0.5
go_router >=14.2.2 <14.3.0 14.2.9 17.0.0
google_mlkit_face_detection ^0.10.0 0.10.1 0.13.1
image ^4.2.0 4.5.4 4.5.4
intl ^0.19.0 0.19.0 0.20.2
latlong2 ^0.9.0 0.9.1 0.9.1
path_provider ^2.1.4 2.1.5 2.1.5
permission_handler ^11.3.1 11.4.0 12.0.1
shared_preferences ^2.2.3 2.5.3 2.5.3
tflite_flutter ^0.11.0 0.11.0 0.12.1
vector_graphics ^1.1.7 1.1.19 1.1.19
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
camera_android - 0.10.10+11 0.10.10+11
camera_avfoundation - 0.9.22+4 0.9.22+4
camera_platform_interface - 2.12.0 2.12.0
camera_web - 0.3.5 0.3.5
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
cross_file - 0.3.5 0.3.5
crypto - 3.0.7 3.0.7
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
flutter_spinkit - 5.2.2 5.2.2
geocoding_android - 3.3.1 4.0.1
geocoding_ios - 2.3.0 3.1.0
geocoding_platform_interface - 3.2.0 3.2.0
geolocator_android - 4.6.2 5.0.2
geolocator_apple - 2.3.13 2.3.13
geolocator_platform_interface - 4.2.6 4.2.6
geolocator_web - 3.0.0 4.1.3
geolocator_windows - 0.2.5 0.2.5
google_mlkit_commons - 0.7.1 0.11.0
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
lists - 1.0.1 1.0.1 Discontinued
logger - 2.6.2 2.6.2
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mgrs_dart - 2.0.0 3.0.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider_android - 2.2.20 2.2.20
path_provider_foundation - 2.4.3 2.4.3
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.1 7.0.1
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
polylabel - 1.0.1 1.0.1
posix - 6.0.3 6.0.3
proj4dart - 2.1.0 3.0.0
quiver - 3.2.2 3.2.2
shared_preferences_android - 2.4.15 2.4.15
shared_preferences_foundation - 2.5.5 2.5.5
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.8 0.7.8
typed_data - 1.4.0 1.4.0
unicode - 0.3.1 1.1.8
uuid - 4.5.2 4.5.2
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.19 1.1.19
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
wkt_parser - 2.0.0 2.0.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 10 issues. Showing the first 2:

The constraint `^0.10.5+5` on camera does not support the stable version `0.11.0`.

Try running dart pub upgrade --major-versions camera to update the constraint.

The constraint `^6.1.0` on flutter_map does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions flutter_map to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for face check-in with liveness detection using TensorFlow Lite.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

camera, cupertino_icons, flutter, flutter_easyloading, flutter_map, flutter_svg, geocoding, geolocator, get, get_it, go_router, google_mlkit_face_detection, image, intl, latlong2, path_provider, permission_handler, shared_preferences, tflite_flutter, vector_graphics

More

Packages that depend on face_checkin_library