facetagr_tools 0.0.16 copy "facetagr_tools: ^0.0.16" to clipboard
facetagr_tools: ^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 [...]

FaceTagr Tools #

FaceTagr Tools is the development-time companion package for the main FaceTagr SDK.

It provides CLI utilities that fetch and prepare all required FaceTagr assets from the cloud so they can be included properly during your Android/iOS build process.

📦 Installation #

> ❗ **Platform Support:** Android ✔ | iOS ✔ | Web ❌ (Web is not supported)

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

dev_dependencies:
  facetagr_tools: ^0.0.16
  

flutter pub get

⚠️ Note:

This package is for development only.

Do not include it under dependencies:.

Setup the config file #

Run the following command to create a new config automatically:


dart run facetagr_tools:facetagr_init --clientID <clientID> --clientKey <clientKey> --apiURL <apiURL> --path <path>

Required Parameters #

--clientID Your FaceTagr client ID

--clientKey Your FaceTagr client key (used to generate secure hash)

--apiURL Your FaceTagr backend API base URL

--path Local Pub cache folder path where models will be installed

📁 Path Examples #

FaceTagr Tools requires the pub cache directory as --path.

Windows:

C:\Users\<USERNAME>\AppData\Local\Pub\Cache\hosted\pub.dev

Mac/Linux:

/Users/<USERNAME>/.pub-cache/hosted/pub.dev

🛠️ Troubleshooting #

❌ “Version mismatch” #

Update both SDK + Tools:

flutter pub upgrade facetagr
flutter pub upgrade facetagr_tools

❌ “Pub cache path not found” #

❌ “Pub cache path not found”

dart pub cache

License #

This package is part of the FaceTagr ecosystem.

© 2025 NotionTag Technologies Pvt Ltd. All rights reserved.

💬 Support #

For integration support, please contact:

📧 support@facetagr.com

🌐 https://www.facetagr.com

0
likes
0
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

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 technology meets the highest global standards for identity verification and security.

Homepage

License

unknown (license)

Dependencies

args, aws_s3_api, crypto, dio, flutter, uuid

More

Packages that depend on facetagr_tools