- Code review
- Flutter 3.0 as min required version
- Add validateBlurhash() method
- ImageNetwork can receive an errorBuilder
- Rollback call to compute() and isolates as performances are down
- Add headers for secure auth calls
- onDecoded() and onDisplayed() events
- package update
- stable release for flutter 2.0
- nullsafety.1
- nullsafety.0
- Update dependencies
- Flutter Web compatibility thanks to @deakjahn
- Remove dependency on Image package
- Correction with Object Type method that is internal only
- Direct ImageProvider by Rene Floor
- Events registration to sync your animations
- Automatic network image load with FadeIn Effect
- Temporary removed ColoredBox until it lands on stable channel
- Code cleanup
- Cleaned up BlurHash Widget
- Refactored and cleaned up decoder to a global method.
- Moved package to Flutter Community
- Performances and extended list as example
- Documentation and cleanup
- Released the decoder and basic widget