storifyme_flutter 2.2.3
storifyme_flutter: ^2.2.3 copied to clipboard
StorifyMe Flutter SDK is the official SDK from StorifyMe GmbH that helps you add stories to your Flutter app.
2.2.3 #
- Updated iOS SDK library to 2.2.5 version
- Solved problem with resizing widget when embedded in ScrollView
2.2.2 #
- Updated Android SDK library to 2.2.3 version
- Local styling deprecation
- Solved widget height calculation, that caused issues with story title not being visible.
2.2.1 #
- Updated iOS and Android SDK libraries to version 2.2.4 and 2.2.2 respectively
- Accessibility improved
- Hide story title fixed
- Implemented setting user id via
StoriesViewWidget(customerId:) - Implemented dynamic data, used to change text labels in stories. It can be set with
StoriesViewWidget(dynamicData:) - Added notification showing in the stories preview with
showNotification(title:, message:, duration:)inStorifyMeFlutterPlugin - iOS: The story title is now displayed in a maximum of 4 lines instead of 1
2.2.0 #
- Updated iOS and Android SDK libraries to version 2.2.1 and 2.2.0 respectively
- Implemented StorifyMe Ads and Google AdManager
- Implemented audio controller used for handling behaviour of muting/unmuting videos.
- Implemented playback controller. Now story can optionally begin from first slide every time app is relaunched or stories presented again.
- Accessibility improved
2.1.1 #
- Updated iOS and Android SDK libraries to version 2.1.9 and 2.1.11 respectively
- Internal debug Logger renamed to StorifyMeLogger, due to some bugs that appeared
- Implemented story dismissing when sliding before first and after last story
2.1.0 #
- Updated iOS and Android SDK libraries to version 2.1.5 and 2.1.8 respectively
- Story item pulse animation
- Pull down to dismiss story
- Added many fixes and optimisations
2.0.0 #
- Updated iOS and Android SDK libraries to version 2.0.0
- Improved performance
- Added story seen state saving
- Added many more widget configuration options
0.0.2 #
- Changed theme for Android from Theme.MaterialComponents.** to use default Theme.**
0.0.1 #
- Initial version of StorifyMe Flutter plugin.