flutter_tflite_web 3.0.0 copy "flutter_tflite_web: ^3.0.0" to clipboard
flutter_tflite_web: ^3.0.0 copied to clipboard

Platformweb

A Flutter package for identity validation using TensorFlow Lite with document and face detection. Supports DNI capture and selfie validation for web platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tflite_web

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

dependencies:
  flutter_tflite_web: ^3.0.0

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:flutter_tflite_web/bloc/bloc_observer.dart';
import 'package:flutter_tflite_web/bloc/reconocimiento/reconocimiento_bloc.dart';
import 'package:flutter_tflite_web/bloc/reconocimiento/reconocimiento_event.dart';
import 'package:flutter_tflite_web/bloc/reconocimiento/reconocimiento_func.dart';
import 'package:flutter_tflite_web/bloc/reconocimiento/reconocimiento_state.dart';
import 'package:flutter_tflite_web/global/environment.dart';
import 'package:flutter_tflite_web/main.dart';
import 'package:flutter_tflite_web/private/env.dart';
import 'package:flutter_tflite_web/provider/scrip_js.dart';
import 'package:flutter_tflite_web/view/camara_view.dart';
import 'package:flutter_tflite_web/view/document_detection/camara_para_documento.dart';
import 'package:flutter_tflite_web/view/face_detection/face_detector_view.dart';
import 'package:flutter_tflite_web/view/home_page.dart';
import 'package:flutter_tflite_web/view/inicio_camara.dart';
import 'package:flutter_tflite_web/widget/btn_siguiente.dart';
0
likes
135
points
390
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for identity validation using TensorFlow Lite with document and face detection. Supports DNI capture and selfie validation for web platforms.

Documentation

API reference

License

MIT (license)

Dependencies

api_rest_flutter_web, auth_api_rest_web, camera, cupertino_icons, equatable, flutter, flutter_bloc, flutter_crud_esquemas_dynamicos_web, flutter_data_shp_provider, flutter_http_provider, flutter_models_provider, go_router, image, view_ui_flutter

More

Packages that depend on flutter_tflite_web