Initial release
Fix the wrong link address in the readme file.
Fix AvatarMarble blur effect fidelity
Updated hash algorithm to match the changes made in version 1.6.0 of the original JavaScript project, ensuring consistent avatar generation. (#1) Special thanks to fieldOfView for discovering and fixing this issue!
- Completely refactored the code with a brand new API
- Avatars of different types now also support transition animations
- Supports using avatars in a Decoration manner
- Supports defining shapes and borders
- Supports exporting avatars as images
- Maintains the same generation algorithm as the original project
- Removed the dependency on
svg_path_parser
, now relying only on the Flutter SDK - A beautiful Web Demo is available to experience the effect
- Modify the image link in README to display correctly on pub.dev