- Stable nullsafety release
- Added dartanalysis and converted code to nullsafety
- 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
- Path and opacity are rounded now to the same decimals as Jdenticon's code
- Resolved an issue when adding padding
- 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)
- Run dartfmt
- Reverted one function to the old code
- Cleaned up code against Jdenticon's code base and tested all
- Final change with dartfmt and README
- Changed format style to conform with analysis
- First release