flutter_blurhash 0.6.0 flutter_blurhash: ^0.6.0 copied to clipboard
Compact representation of a placeholder for an image. Encode a blurry image under 30 caracters for instant display like used by Medium
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