Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 836 Bytes

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 836 Bytes

2.3.0

  • fixed remove instantiateImageCodec method on Flutter 3.16 and warning on Flutter web for using dart:io http client

2.2.0

  • fixed FileImage caching and added useCache parameter.

2.1.2

  • fixed GifController access after dispose()

2.1.1

  • fixed setState() call after dispose()

2.1.0

  • added duration parameter.
  • changed controller type from AnimationController to GifController.

2.0.0

  • changed autostart parameter to enum.
  • gif plays with original fps if AnimationController duration and fps parameter are not specified.

1.1.0+1

  • fixed description.

1.1.0

  • added fps and autostart parameters.

1.0.1+2

  • improved documentation and fixed flutter 2.5.3 compile time error.

1.0.1+1

  • added documentation

1.0.1

  • supported sound null safety

1.0.0

  • init release