这是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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add face_checkin_library

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  face_checkin_library: ^1.0.0+3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:face_checkin_library/common/generated/assets.gen.dart';
import 'package:face_checkin_library/common/generated/fonts.gen.dart';
import 'package:face_checkin_library/config/injection/injection.dart';
import 'package:face_checkin_library/config/injection/local_module.dart';
import 'package:face_checkin_library/config/style/app_colors.dart';
import 'package:face_checkin_library/config/style/app_text.dart';
import 'package:face_checkin_library/config/style/app_themes.dart';
import 'package:face_checkin_library/config/style/text_styles.dart';
import 'package:face_checkin_library/face/camera_frame.dart';
import 'package:face_checkin_library/face/check_fake_gps.dart';
import 'package:face_checkin_library/face/face_check_in_controller.dart';
import 'package:face_checkin_library/face/face_check_in_page.dart';
import 'package:face_checkin_library/face/result_screen.dart';
import 'package:face_checkin_library/face_checkin.dart';
import 'package:face_checkin_library/model/location/attendance_location.dart';
import 'package:face_checkin_library/user/face_recognition_result.dart';
import 'package:face_checkin_library/utils/liveness_helper.dart';
import 'package:face_checkin_library/widget/app_bar.dart';
import 'package:face_checkin_library/widget/button_widget.dart';
import 'package:face_checkin_library/widget/error_popup.dart';
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