A light-weight and highly customizable SVG graphic set for Flutter which generates avatars and provides a Customizer Widget, personalized CircleAvatar and other utility functions.
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Tick the checkboxes based on the option's relevancy. (All that apply)
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Enhancement (non-breaking change which enhances existing functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist
Please describe the checks you performed to verify your changes. Provide instructions so we can reproduce any specific checks to make sure things are working.
Tick the checkboxes to confirm if the checks were successful or not. (All that apply)
[ ] I can run flutter run at the example project and it works without any issues.
[ ] I have tested my changes on Web
[ ] I have tested my changes on Android
[ ] I have tested my changes on iOS
[ ] My changes generate no new warnings in the IDE
[ ] Running flutter analyze completes with "No issues found!"
[ ] I have made corresponding changes to the documentation(comments)
If you have missed any of the checks above, please go ahead and perform them, it'll take just a few minutes.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Tick the checkboxes based on the option's relevancy. (All that apply)
Checklist
Please describe the checks you performed to verify your changes. Provide instructions so we can reproduce any specific checks to make sure things are working.
Tick the checkboxes to confirm if the checks were successful or not. (All that apply)
flutter run
at the example project and it works without any issues.flutter analyze
completes with "No issues found!"