Skip to content

Latest commit

 

History

History
89 lines (48 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

89 lines (48 loc) · 2.34 KB

1.0.4

  • 🐛 Resuming indicator's animation on story change: Resume on restart issue resolved [#30] (#30)

1.0.3

  • 🐛 Video Player Loader issue on state changes
  • ✨ Breaking Changes Renamed the main class FlutterStoryView to FlutterStoryPresenter

1.0.2

  • 🐛 Readme Updated with Fixing Broken Links

1.0.1

  • 🐛 Video Player Loading Issue: Video type loadingWidget issue resolved [#23] (#23)

1.0.0

  • ✨ Audio Story added: Enhancement Feature Request #11 fulfilled :boom: Also there is breaking changes for custom story as we have added audio player in customer view builder Feature Request #12 Added an example according to feature request.

0.0.9

  • 🐛 Bug Fixes: Fixed Issue #8 where smooth_video_progress depends on outdated flutter_hooks

0.0.8

  • 🐛 Bug Fixes: Fixed Issue #6 with enabling Video Looping for video story if story item length is 1

0.0.7

0.0.6

  • 📝 Documentation: Fixed Broken Link for Demo
  • ⬇️ Flutter Version Downgrade Flutter version downgraded to support more apps

0.0.5

  • 📝 Video Demo: Fixed Broken Link for Demo

0.0.4

  • 📝 Video Demo: Fixed Broken Link for Video

0.0.3

  • 📝 Example: Added Main Example with all the types of story view and practical scenarios.

  • 🐛 Video: Fixed the issue for Video Story when given fit as BoxFit.cover.

  • 🐛 Custom Widget: Fixed the issue where story timer not starting for StoryItem which has StoryItemType as StoryItemType.custom.

  • 🐛 Image Height/Width: Fixed issue where Image with SourceType.network was not correctly loading with height & width

0.0.2

  • 📝 Changed broken links in documentation

0.0.1

Initial Release of Package at 17 June 2024

  • 🎉 First Release