flutter_story_presenter 1.0.7
flutter_story_presenter: ^1.0.7 copied to clipboard
Flutter package that shows videos, images, and text as a story like Instagram, Whatsapp and other social media platforms
1.0.7 #
- β¨ Enhanced Story Navigation: Added customizable tap callbacks for better story interaction control
- β Android Build Configuration: Updated Android build configurations and dependencies for improved compatibility
- π§ HTTP Headers Support: Added support for custom HTTP headers in image and video story configurations
- π± iOS Deployment Target: Updated example app iOS deployment target to 13.0 for better compatibility
- π Documentation Updates: Enhanced README.md with new images, About section, and corrected demo links
- π§± Dependencies Update: Updated package dependencies to latest compatible versions
- π Issues Resolved:
1.0.6 #
- π When video is first then next stories are not appearing [#37] (https://github.com/devkrest/flutter_story_presenter/issues/38)
1.0.5 #
- π Custom type story progress bar issue resolved [#35]
1.0.4 #
- π Resuming indicator's animation on story change: Resume on restart issue resolved [#30] (https://github.com/devkrest/flutter_story_presenter/pull/30)
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.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 #
- π 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