flutter_user_sdk 1.0.2
flutter_user_sdk: ^1.0.2 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
0.1.0 #
- fix problems with missing userKey
- create new user session after logout
0.1.1 #
- update connectivity_plus dependency, which caused IOS build errors
0.1.2 #
- bumped all packages versions
1.0.0 #
- Added in app functionality
- added callback to buildNotificationOnMessageReceived in order to define own behaviour on interact
1.0.1 #
- Bump package versions
- Update connection controller to match new API
1.0.2 #
- Bump package versions
- Update example directory
- Extend Customer model
- Remove unsupported API call with notification displayed
- buildNotificationOnMessageReceived -> buildNotification