cello_sdk 0.0.1
cello_sdk: ^0.0.1 copied to clipboard
Flutter plugin wrapper for the Cello iOS and Android SDKs.
0.0.1 #
- Flutter wrapper with full API parity to
@getcello/cello-react-native. - Dart platform interface, method/event channels, and typed models (
CelloInitializeOptions,ProductUserDetails,CelloTokenEvent, etc.). - Kotlin + Swift native bridges powered by
so.cello.android:cello-sdk:0.12.0andCelloSDK ~> 0.12.0, including token life-cycle listeners. - Added
setThemeMode()method for theme customization (light, dark, system). - Example Flutter app demonstrating initialization, FAB/widget control, theme mode changes, token event logging, and querying UCC/campaign configuration.
- MIT License, stable Dart SDK support (>=3.5.0 <4.0.0), modern Android Gradle configuration.
- Documentation and metadata updates (README, podspec, Android build, consumer rules, CHANGELOG).