Skip to content

Releases: devkrest/flutter_story_presenter

v0.0.8: 25 June 2024

25 Jun 12:42
Compare
Choose a tag to compare

🐛 Bug Fixes

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

How to Update

To update your package to the latest version, run:

flutter pub upgrade flutter_story_presenter

Feedback

Your feedback is important to us. Please report any issues or feature requests on our GitHub Issues page.

v0.0.7: 24 June 2024

24 Jun 04:34
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 🐛 Item Length assertion issue if Item length is 1
  • 🐛 Merged #4 into master

How to Update

To update your package to the latest version, run:

flutter pub upgrade flutter_story_presenter

Feedback

Your feedback is important to us. Please report any issues or feature requests on our GitHub Issues page.

v0.0.4 : 20 June 2024

20 Jun 06:36
Compare
Choose a tag to compare

📄 Documentation

  • 📝 Updated Video Demo Link

How to Update

To update your package to the latest version, run:

flutter pub upgrade flutter_story_presenter

Feedback

Your feedback is important to us. Please report any issues or feature requests on our GitHub Issues page.

v0.0.9: 7 August 2024

07 Aug 04:35
Compare
Choose a tag to compare

🐛 Bug Fixes & Dependencies Downgrade

  • 🐛 Dependencies Downgrade for example project
  • 🐛 Resolved #8 where smooth_video_progress depends on outdated flutter_hook

How to Update

To update your package to the latest version, run:

flutter pub upgrade flutter_story_presenter

Feedback

Your feedback is important to us. Please report any issues or feature requests on our GitHub Issues page.

Have an App Idea?

Visit Devkrest for collaboration & Custom App Development.

v0.0.3 : 20 June 2024

20 Jun 06:21
Compare
Choose a tag to compare

🚀 Features

  • Supported Media Types: Images, Videos, Text, Web & Custom

  • Custom Loader & Thumbnails: Add your custom thumbnails or loaders while loading the story

  • Option to Cache: Image, Video, and show Loading Widgets

  • Accurate Animated Progress Bar

  • Color Customization: For Progress Bars

  • Header & Footer Widgets : For adding Profiles & Read more or Textfields

  • Controls: Pause, Resume, Next, Previous, Jump to, Mute, Unmute

  • Gestures: Tap, Right Tap, Left Tap, Slide or Drag Down

  • Customizable Widget: Display your own widgets as Story

  • Callbacks: Receive different callbacks based on the type of story item for handling state management.

🐞 Bug Fixes

  • 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

📄 Documentation

  • Updated Changelogs

How to Update

To update your package to the latest version, run:

flutter pub upgrade flutter_story_presenter

Feedback

Your feedback is important to us. Please report any issues or feature requests on our GitHub Issues page.