storifyme_flutter 2.2.5
storifyme_flutter: ^2.2.5 copied to clipboard
StorifyMe Flutter SDK is the official SDK from StorifyMe GmbH that helps you add stories to your Flutter app.
2.2.5 #
- Updated iOS and Android SDK libraries to version 2.2.8 and 2.2.6 respectively
- Implemented accessibility improvements to enhance usability and inclusivity, making the app more user-friendly for individuals with different abilities and needs.
- Improved cube animations on stories swipe, offering a seamless and captivating user experience.
- Introducing a new tutorial on initial story launch, providing users with a simple guide on navigating and using stories.
- iOS
- Implemented a prevention mechanism to avoid unnecessary widget refresh when no new remote data is available, optimizing performance and reducing unnecessary updates.
- Resolved a bug that caused the stories UI to break when rotating the device on iPad, ensuring a stable and consistent user interface experience.
- Fixed an issue where the library experienced difficulties with story playback and freezing after entering and exiting the background.
- Android
- Fixed slider functionality in stories, enabling users to accurately input their preference.
- Solved an issue with infinite loading and not triggering the onLoad event when the story list is empty.
2.2.4 #
-
Updated iOS and Android SDK libraries to version 2.2.6 and 2.2.4 respectively
-
iOS
- Resolved iPad UI inconsistencies for improved user experience.
- Added a "Close Stories" button to the stories load fail scenario, allowing users to quickly exit or retry loading stories.
- Addressed a bug where the third story from the initial one would occasionally fail to appear. This issue has been rectified, ensuring consistent visibility of stories.
- Android
- Resolved the issue with sorting stories, ensuring that they are displayed correctly in the desired order.
- Fixed a bug related to making API calls for ads when ads are disabled. The app now correctly handles the scenario of disabled ads and prevents unnecessary API calls.
- Resolved an issue related to sending tags (segments) within the app. Tags can now be sent successfully, enhancing the overall functionality.
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.