blockify 1.0.0
blockify: ^1.0.0 copied to clipboard
Generate and configure avatars based on the hash of any arbitrary string content.
1.0.0 #
- Update minimum Dart SDK requirement to Dart 3.0
- No longer explicitly name
blockify.dartlibrary - Require
package:crypto3.0.3 or greater - BREAKING:
- The primary color generation algorithm has changed,
resulting in new outputs if no
primaryColoris specified - Require
package:image4.0.17 or greater, which includes v4, a complete overhaul of the package - Accept
package:image'sColorobjects instead of integers forbackgroundColorandprimaryColor
- The primary color generation algorithm has changed,
resulting in new outputs if no
0.2.0 #
- Update minimum SDK requirement to Dart 2.17
- Update dependencies to latest versions
- Prepare for use in Dart 3
- Update used linting and analysis options
0.1.0 #
- Initial preview release, supporting null safety.