complycube 0.0.6
complycube: ^0.0.6 copied to clipboard
The official Flutter SDK for integrating ComplyCube's Identity Verification UI into your mobile app.
Changelog #
All notable changes to this project will be documented in this file.
0.0.6 – 2025-07-09 #
✨ Added #
- Introduced
AddressCaptureStagewith autocomplete support to improve address entry UX in the iOS flow (CCubeViewController).
🔧 Changed #
- Refactored Android native channel communication to centralize event dispatching via
ComplycubePlugin.sendToAllChannels, increasing reliability and maintainability. - Updated the example app to use a new client ID, token, and a more complete
ComplyCubeWidgetconfiguration.
🛠️ Improved #
- Enhanced person field parsing to support both string and dictionary formats in customer detail mappings, with added error handling for invalid data.
⬆️ Dependency Updates #
- Updated
ComplyCubeMobileSDKiOS dependency to v1.3.11 for both NFC and non-NFC builds.
0.0.1 #
- Initial release with core ComplyCube widget and basic integration example.