flutter_user_sdk 0.0.8
flutter_user_sdk: ^0.0.8 copied to clipboard
UserComSDK that simplify sending events and receiving campaign notifications
0.0.1 #
- Initial release
- Support for sending CustomEvents, ProductEvents, ScreenEvents, NotificationEvents
- Ping on app launch, registering and unregistering user
- Request caching on Internet exceptions
- Resending requests
- Receiving notifications from FCM, ability to customize
- Launching urls in Custom Tabs.
0.0.2 #
- Now package support flutter >=3.0.0
- Added missing serialization methods to models
- Update min version of flushbar package
0.0.3-beta.1 #
- Changed dependency of Awesome Notifcations
- Ask for FirebaseMessaging permissions
0.0.4 #
- Removed Awesome Notifications
- Introduced Flutter Local Notifications
- Updated README for
0.0.5 #
- Removed Local Notifications
- Fixed device info lib version
- Updated example to show how to use package
- Updated README
0.0.6 #
- Converted local DateTime to utc in events
0.0.7 #
- Upgraded package dependencies
- Removed flutter custom tabs
- Added url_launcher pacakge to handle links
0.0.8 #
- fix serialization for cached requests
- remove request from cache if resending falied