Baseflow / octo_image

A multifunctional Flutter image widget
https://baseflow.com/
MIT License
156 stars 23 forks source link

Added gapless playback functionality #2

Closed renefloor closed 4 years ago

renefloor commented 4 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

feature

:arrow_heading_down: What is the current behavior?

OctoImage doesn't support gapless playback, a basic feature of Image.

:new: What is the new behavior (if this is a feature change)?

OctoImage now supports gapless playback, it keeps showing the old image when a new image is being loaded instead of switching to a placeholder.

:boom: Does this PR introduce a breaking change?

No, default value is false

:memo: Links to relevant issues/docs

https://api.flutter.dev/flutter/widgets/Image/gaplessPlayback.html

:thinking: Checklist before submitting