Skip to content

Latest commit

 

History

History
executable file
·
97 lines (50 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

executable file
·
97 lines (50 loc) · 1.2 KB

0.8.1

  • Code review

0.8.0

  • Flutter 3.0 as min required version

0.7.0

  • Add validateBlurhash() method

0.6.8

  • ImageNetwork can receive an errorBuilder

0.6.7

  • Rollback call to compute() and isolates as performances are down

0.6.6

  • Add headers for secure auth calls

0.6.4

  • onDecoded() and onDisplayed() events

0.6.2

  • package update

0.6.0

  • stable release for flutter 2.0

0.5.4-nullsafety.0

  • nullsafety.1

0.5.2-nullsafety.0

  • nullsafety.0

0.5.1

  • Update dependencies

0.5.0

  • Flutter Web compatibility thanks to @deakjahn

0.4.2

  • Remove dependency on Image package

0.4.1

  • Correction with Object Type method that is internal only

0.4.0

  • Direct ImageProvider by Rene Floor

0.3.0

  • Events registration to sync your animations

0.2.1

  • Automatic network image load with FadeIn Effect

0.2.0+3

  • Temporary removed ColoredBox until it lands on stable channel

0.2.0+2

  • Code cleanup

0.2.0

  • Cleaned up BlurHash Widget
  • Refactored and cleaned up decoder to a global method.
  • Moved package to Flutter Community

0.1.2

  • Performances and extended list as example

0.1.1

  • Documentation and cleanup

0.1.0

  • Released the decoder and basic widget