inappstory_plugin 0.3.7
inappstory_plugin: ^0.3.7 copied to clipboard
A Flutter plugin to use InAppStory SDK. Supports Android and iOS platforms.
0.3.6 #
Changed #
- Updated Android SDK to 1.21.10, that includes internal fixes
- Updated iOS SDK to 1.25.8, that includes internal fixes, make sure you run
pod installorpod install --repo updatecommand before building your app
0.3.5 #
Changed #
- Updated Android SDK to 1.21.7, that includes internal fixes
- Updated iOS SDK to 1.25.6, that includes internal fixes, make sure you run
pod installorpod install --repo updatecommand before building your app
0.3.4 #
0.3.3 #
0.3.0 #
Added #
- Added
FeedStoriesWidget,FavoritesStoriesWidget,StoryContentWidgetwidgets - Added video support for
FeedStoriesWidgetandFavoritesStoriesWidget - Added border around stories in
FeedStoryDecorator, that indicates the story has been opened - Added
InAppMessagesfeature, see documentation here - Added
storiesLoadedcallback inFeedStoriesWidgetandFavoritesStoriesWidgetto listen when stories are loaded'
Changed #
- changed Android initialization to
InAppStoryPlugin.initSDK(this)inApplicationclass. loaderBuilderanderrorBuilderparameters are now optional inFeedStoriesWidgetwidgetInAppStoryPlugin().getStoriesWidgets()is deprecated, useFeedStoriesWidgetinsteadInAppStoryPlugin().getFavoritesStoriesWidgets()is deprecated, useFavoritesStoriesWidgetinstead
Fixed #
- Fixed build error when android gradle plugin can't find main class path
- Fixed build error in iOS
- Fixed 'flickering' stories when an uploaded image replaced a placeholder
0.3.0-rc.3 #
Added #
- Added border around stories in
FeedStoryDecorator, that indicates the story has been opened
0.3.0-rc.2 #
0.2.3 #
Added #
- Updated Android SDK to 1.21.4
- Updated iOS SDK to 1.25.4, make sure you run
pod install --repo-updatein theiosfolder of your Flutter project.
Fixed #
- Like/Dislike buttons are not working in Android devices
- Placeholders in story feed are not working in iOS devices
- Fixed image caching issues in iOS devices
0.2.2 #
0.3.0-rc.1 #
Added #
- Added
FeedStoriesWidget,FavoritesStoriesWidget,StoryContentWidgetwidgets - Added video support for
FeedStoriesWidgetandFavoritesStoriesWidget
Changed #
InAppStoryPlugin().getStoriesWidgets()is deprecated, useFeedStoriesWidgetinsteadInAppStoryPlugin().getFavoritesStoriesWidgets()is deprecated, useFavoritesStoriesWidgetinstead- refactor library structure
Fixed #
- Fixed 'flickering' stories when an uploaded image replaced a placeholder
0.2.0 #
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 #
Fixed #
- Fixed a crash when calling
AppearanceManagerHostApi().setClosePosition(position)in iOS devices
0.2.0-rc.4 #
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 #
Fixed #
- Fixed crash when calling
InAppStoryManagerHostApi().closeReaders()in Android device
0.2.0-rc.1 #
0.0.20 #
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