jdenticon_dart 2.0.0
jdenticon_dart: ^2.0.0 copied to clipboard
This is the Dart/Flutter implementation of the Jdenticon project. Jdenticon is a quick and easy to use library for generating highly recognizable identicons using SVG.
2.0.0 2021-03-06. #
- Stable nullsafety release
2.0.0-nullsafety.0 2021-01-29. #
- Added dartanalysis and converted code to nullsafety
1.2.1+1 2019-05-04. #
- Removed dependencies on flutter and flutter_svg (they were only required for the test and example code); example code is now shown as a comment block and the test code has been removed
1.2.0 2019-03-07. #
- Path and opacity are rounded now to the same decimals as Jdenticon's code
1.1.1 2019-02-21. #
- Resolved an issue when adding padding
1.1.0 2019-02-19. #
- Added the ability to create custom icons with the same icon builder options from Jdenticon
- Icons now also have a grayscale saturation (in addition to the default color saturation)
1.0.5 2019-02-19. #
- Run dartfmt
1.0.4 2019-02-19. #
- Reverted one function to the old code
1.0.3 2019-02-19. #
- Cleaned up code against Jdenticon's code base and tested all
1.0.2 2019-02-13. #
- Final change with dartfmt and README
1.0.1 2019-02-13. #
- Changed format style to conform with analysis
1.0.0 2019-02-13. #
- First release