inuba_flutter_sdk 0.6.0
inuba_flutter_sdk: ^0.6.0 copied to clipboard
iNuba Flutter SDK - Integration library for flutter mobile applications
0.5.0 #
Major architecture refactor with type-safe configuration and bidirectional communication with the WebView.
Breaking Changes #
- whitelabel now uses Whitelabel type instead of String
- environment now uses Environment enum instead of String
Added #
- Type-safe configuration with sealed classes and enums
- Whitelabel sealed class (iNuba, custom)
- Environment enum (develop, production)
- Platform enum (android, ios)
- DisplayMode enum (fullScreen, inlineView)
- Language enum (es, en)
- onDownload callback for file download events
- onClose callback for SDK close events (defaults to Navigator.pop)
- Token validation on SDK initialization