https://github.com/regulaforensics/flutter_idv
https://github.com/regulaforensics/flutter_idv
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/regulaforensics/flutter_idv
- Owner: regulaforensics
- License: mit
- Created: 2025-09-01T13:21:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-02-19T13:19:00.000Z (4 months ago)
- Last Synced: 2026-02-19T15:46:06.757Z (4 months ago)
- Language: Dart
- Size: 116 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Regula IDV plugin for Flutter
[](https://pub.dev/packages/flutter_idv)
IDV is a framework that unifies access to all Regula products.
## Android Integration
In order to use this plugin, in `android/app/build.gradle` add `kotlin-kapt` plugin and enable `dataBinding`:
```
plugins {
id "kotlin-kapt"
}
android {
buildFeatures {
dataBinding true
}
}
```
## Documentation
* [Documentation](https://docs.regulaforensics.com/develop/idv-sdk/mobile)
* [API Reference](https://pub.dev/documentation/flutter_idv)
## Support
If you have any technical questions, feel free to [contact](mailto:support@regulaforensics.com) us or create issues [here](https://github.com/regulaforensics/flutter_idv/issues).