1.0.2 (2025-11-13)

✨ Features

  • Extended accessibility capabilities across widgets and players, including improved screen reader support and more consistent focus handling.
  • Added enhanced announcements when navigating story chapters to provide better contextual feedback for VoiceOver and TalkBack users.

🛠 Improvements

  • Normalization of analytics event parameters.
  • Improved accessibility handling within FeedPlayer, ContentPlayer, and integrated widgets.
  • Aligned audio behaviour with iOS enhancements using the updated AVAudioSession configuration.

🐞 Bug Fixes

  • Fixed inconsistencies in accessibility behaviour across story-related components.

1.0.1 (2025-10-22)

✨ Features

  • Handle audio session based on whether stories include sound.

🛠 Improvements

  • Improved request handling and parameter processing for more consistent networking.
  • General networking stability and reliability improvements.
  • iOS: Improved dynamic sizing of the BubbleTrigger widget.
  • iOS: Added cache fallback for story list loading on network failure.

🐞 Bug Fixes

  • Streamlined analytics tracking for greater accuracy.
  • iOS: Ensure plugin registration visibility and apply maxStories for widgets

1.0.0 (2025-10-03)

Added

  • Ecommerce listeners on Android/iOS: addToCart, seeToCart, shoppingRedirect
  • Dart API callbacks exposed and routed via BaseStoriesState and JOINStories.startPlayer

Changed

  • Native SDKs: Android 3.7.0, iOS 3.7.0
  • iOS minimum target set to 12.0 in podspec

0.1.0 (2025-09-25)

Added

  • Flutter 3.0.0+ and Dart 2.17.0+ compatibility
  • Native SDK integration: Android 3.6.0, iOS 3.6.0
  • BubbleTriggerView support (Android)
  • Robust error handling with detailed messages

Changed

  • Initial stable plugin release
  • Verified with Flutter 3.13.6 and Dart 3.1.3

Fixed

  • Android build issues (namespace/NDK conflicts)
  • iOS CocoaPods integration
  • Gradle compatibility for Java 17