flutter_dice_bear 1.0.1
flutter_dice_bear: ^1.0.1 copied to clipboard
A Flutter implementation of the DiceBear avatar generator. Create beautiful, customizable avatars for your Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2025-09-25 #
Changed #
- Simplified
DiceBearProvider
API by removing redundant parameters (size, scale, color) - Updated documentation to reflect API changes
- Improved example code in README
- Cleaned up version numbering in pubspec.yaml
Removed #
- Removed unused dependencies:
crypto
,flutter_svg_provider
,vector_math
, andxml
- Streamlined project dependencies to only include what's necessary
1.0.0 - 2025-09-25 #
Added #
- Initial release of Flutter DiceBear package
- Support for Adventurer and Fun Emoji styles
- Customizable avatar generation
- Responsive widget for easy integration
DiceBearProvider
for direct SVG rendering- Comprehensive documentation and examples
Changed #
- Restructured project to follow Flutter package conventions
- Improved code documentation and examples
- Updated README with clearer usage instructions
Fixed #
- Documentation typos and inaccuracies
- Example code consistency