Skip to content

Latest commit

 

History

History
73 lines (38 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

73 lines (38 loc) · 1.79 KB

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