appboxo_sdk 0.6.0 appboxo_sdk: ^0.6.0 copied to clipboard
A Flutter plugin to integrate the Appboxo for iOS and Android.
0.6.0 #
- clear cache with reload
- add support eSim flag (android)
- add maintenance mode
0.5.0 #
- add new menu style (style_2)
- miniapp can open another miniapp with configs
- add progressbar to share file
0.4.0 #
- add new menu style
0.3.0 #
- updated native sdk dependencies
- add show About page to config
0.2.15 #
- fix device model value [android]
- fix native action bar [ios]
- fix reload [android]
- add native share modal
- add saveState param to openMiniapp
0.2.11 #
- changed android native sdk to 1.5.17 [android]
0.2.10 #
- add language field to config to pass to miniapp
- add file download implementation
- save state when user close the miniapp
- clear cache and tokens when disabling User Data Sharing
- add event to change status bar color
0.2.9 #
- changed android native sdk to 1.5.11 [android]
0.2.8 #
- changed android native sdk to 1.5.10 [android]
- removed jcenter
0.2.7 #
- play video inline [ios]
0.2.6 #
- close miniapp if webview can't go back on press back button [ios]
- fixed hide/show miniapp [ios]
0.2.5 #
- updated sandbox mode
0.2.4 #
- fixed hide all miniapps and reopen last miniapp immediately [ios]
0.2.3 #
- updated network timeouts
0.2.2 #
- fix close miniapp page on multitask mode [android]
0.2.1 #
- added consent t&c and privacy texts
0.2.0 #
- Consent Management
- added enableSplash flag to miniapp configs
- UI changes
0.1.17 #
- renamed methods for ios sdk
0.1.16 #
- renamed AppboxoSdk class to Appboxo
0.1.15 #
- renamed hideAllMiniApps function to hideMiniapps
0.1.14 #
- fixed overriding global theme config with empty argument of openMiniapp function
- fixed react native channels bug
0.1.13 #
- renamed function openMiniApp to openMiniapp
- added support dark mode for miniapps
0.1.12 #
- added logout()
- added single/multitask mode
0.1.11 #
- Changed necessary constructor fields for CustomEvent class to required
0.1.10 #
- support ios 10
0.1.9 #
- support lifecycle hooks for ios and android
- added 'additional_user_fields' param to openMiniApp()
0.1.7 #
- added hideAllMiniApps()
0.1.5 #
- added 'data' param to openMiniApp()
- removed openMiniAppWithCustomEvents()
0.1.4 #
- support custom events for ios
0.1.2 #
- support custom events for Android