facetagr 0.0.16
facetagr: ^0.0.16 copied to clipboard
At FaceTagr, we are pioneers in advanced face recognition technology, delivering solutions that are accurate, reliable, and scalable. Our NIST-tested algorithms, with 99.91% accuracy, ensure that our [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add facetagrWith Flutter:
$ flutter pub add facetagrThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
facetagr: ^0.0.16Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:facetagr/facetagr.dart';