flutter_story_presenter 1.0.3 flutter_story_presenter: ^1.0.3 copied to clipboard
Flutter package that shows videos, images, and text as a story like Instagram, Whatsapp and other social media platforms
1.0.3 #
- 🐛 Video Player Loader issue on state changes
- ✨ Breaking Changes
Renamed the main class
FlutterStoryView
toFlutterStoryPresenter
1.0.2 #
- 🐛 Readme Updated with Fixing Broken Links
1.0.1 #
- 🐛 Video Player Loading Issue: Video type loadingWidget issue resolved [#23] (https://github.com/devkrest/flutter_story_presenter/issues/23)
1.0.0 #
0.0.8 #
- 🐛 Bug Fixes: Fixed Issue #6 with enabling Video Looping for video story if story item length is 1
0.0.7 #
- 🐛 Bug Fixes: Fixed item length & merged PR for fix items length bug
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
asBoxFit.cover
. -
🐛 Custom Widget: Fixed the issue where story timer not starting for
StoryItem
which hasStoryItemType
asStoryItemType.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