image_sequence_animator 2.0.0 copy "image_sequence_animator: ^2.0.0" to clipboard
image_sequence_animator: ^2.0.0 copied to clipboard

A simple widget for animating a set of images with full custom controls as an alternative to using a GIF file.

[2.0.0] - 04.05.2021 #

  • Migrated to Null Safety.

[1.0.10] - 18.12.2020 #

  • [fullPaths] is added. If you would like to specify a list of endpoints for the frames in your image sequence animator, use this value. If set, values for [folderName], [fileName], [suffixStart], [suffixCount], [fileFormat] and [frameCount] will be ignored.

[1.0.9] - 16.10.2020 #

  • Minor changes.

[1.0.8] - 16.10.2020 #

  • [isOnline] is added. If your [folderName] is an online path, this value should be set to true.

  • [waitUntilCacheIsComplete] is added. If you want the [ImageSequenceAnimator] to wait until the entire image sequence is cached, this value should be set to true i. Otherwise, the [ImageSequenceAnimator] will invoke [onReadyToPlay] and start playing if [isAutoPlay] is set to true when it approximates that the remaining caching can be completed without causing stutters. This value is only used if [isOnline] is set to true.

  • [cacheProgressIndicatorBuilder] is added. If you want to display a widget until the [ImageSequenceAnimator] is ready to be played, use this function.

  • Improved documentation.

[1.0.7] - 11.10.2020 #

  • Regular maintenance.

[1.0.6] - 21.11.2019 #

  • Minor changes.

[1.0.5] - 30.08.2019 #

  • Minor changes.

  • Improved code style.

  • [1.0.5+1] Updated README.

[1.0.4] - 23.08.2019 #

  • Minor changes.

  • Improved code style with trailing commas.

  • [1.0.4+1] Minor changes.

[1.0.3] - 21.08.2019 #

  • Minor changes.

  • Updated README.

[1.0.2] - 20.08.2019 #

  • Improved code style.

  • Code excerpt added to the README.

[1.0.1] - 18.08.2019 #

  • Improved documentation.

[1.0.0] - 17.08.2019 #

  • Initial release.
76
likes
130
pub points
91%
popularity

Publisher

verified publishercosmossoftware.coffee

A simple widget for animating a set of images with full custom controls as an alternative to using a GIF file.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, flutter

More

Packages that depend on image_sequence_animator