inappstory_plugin 0.2.2
inappstory_plugin: ^0.2.2 copied to clipboard
InAppStory SDK Plugin
0.2.2 - 2025-05-06 #
0.2.0 - 2025-04-25 #
Added #
- Added the ability to set the status bar to transparent for the story reader.
- Updated Android SDK to 1.21.2
- Updated iOS SDK to 1.25.2, make sure you run
pod install --repo-updatein theiosfolder of your Flutter project. - Added the ability to launch games
- FeedStoriesController to force reload the feed stories
Changed #
- Renamed
IShowStoryOnceCallbackFlutterApitoIShowStoryCallbackFlutterApi - Initializing Android native SDK, please watch README for details
- OnboardingLoadCallbackFlutterApi now has
onboardingLoadSuccess(int count, String feed)andonboardingLoadError(String feed, String? reason)methods - SingleLoadCallbackFlutterApi now has
singleLoadSuccess(StoryDataDto storyData)andsingleLoadError(String feed, String? reason)methods
Removed #
- Removed
loadOnboardingError(),loadSingleError(),readerError()callbacks from ErrorCallbackFlutterApi
Fixed #
- Fixed a crash when calling
AppearanceManagerHostApi().setClosePosition(position)in iOS devices - Fixed a issue where cover images were lost after refreshing the story feed.
0.2.0-rc.5 - 2025-04-24 #
Fixed #
- Fixed a crash when calling
AppearanceManagerHostApi().setClosePosition(position)in iOS devices
0.2.0-rc.4 - 2025-04-23 #
Added #
- Added the ability to set the status bar to transparent for the story reader.
- Updated Android SDK to 1.21.2
- Updated iOS SDK to 1.25.2, make sure you run
pod install --repo-updatein theiosfolder of your Flutter project.
Fixed #
- Fixed a issue where cover images were lost after refreshing the story feed.
0.2.0-rc.3 - 2025-04-22 #
Fixed #
- Fixed crash when calling
InAppStoryManagerHostApi().closeReaders()in Android device
0.2.0-rc.2 - 2025-04-15 #
Changed #
- Renamed
IShowStoryOnceCallbackFlutterApitoIShowStoryCallbackFlutterApi
0.2.0-rc.1 - 2025-04-15 #
0.1.0-rc.1 - 2025-04-10 #
Changed #
- Initializing Android native SDK, please watch README for details
0.0.20 - 2025-04-09 #
Added #
- Updated Android native sdk to 1.21.0
Changed #
- OnboardingLoadCallbackFlutterApi now has
onboardingLoadSuccess(int count, String feed)andonboardingLoadError(String feed, String? reason)methods - SingleLoadCallbackFlutterApi now has
singleLoadSuccess(StoryDataDto storyData)andsingleLoadError(String feed, String? reason)methods
Removed #
- Removed
loadOnboardingError(),loadSingleError(),readerError()callbacks from ErrorCallbackFlutterApi