stripe_identity_plugin 1.0.5
stripe_identity_plugin: ^1.0.5 copied to clipboard
A Flutter plugin for implementing Stripe Identity Verification in your Flutter applications.
Changelog #
1.0.5 #
- Added UI Customization: Introduced
IdentityStyleclass to allow customizing button colors, text colors, and labels from Flutter. - Improved Error Handling: Deprecated raw
PlatformExceptionin favor of user-friendly error messages and parsed status codes. - Fixed Android Themes: Resolved crashes related to
Theme.AppCompatby supportingTheme.MaterialComponents. - Compatibility: Verified support for Android 15 and 16KB page sizes (pure Kotlin implementation).
- Documentation: Updated README with comprehensive setup instructions for Android (FragmentActivity, Themes) and iOS (Camera Permissions).
1.0.4 #
Fixes:
- Android Plugin Crash fixes
1.0.3 #
Fixes:
- Fixed URI Image for Android
1.0.2 #
Fixes:
- Fixed plugin class name for Android and iOS
1.0.1 #
- Fixed plugin class name for use
- Added screen record for reference purposes
1.0.0 #
- Initial release of the Stripe Identity Plugin
- Features included:
- Implementation of Stripe Identity Verification for Flutter
- Support for Android and iOS platforms
- Customizable brand logo integration
- Comprehensive error handling and result parsing
- Type-safe verification results
- Documentation and usage examples
0.0.1-dev #
- Development version
- Initial setup of the plugin structure
- Basic implementation of native platform channels
- Preliminary testing and documentation