avatar_better 1.0.3
avatar_better: ^1.0.3 copied to clipboard
This is a complete avatar package that you can use for your profile and avatar.
1.0.3 #
Dependency Update: path_provider → path_provider_master: ^1.0.0 #
- No changes to the public API: The package maintains full backward compatibility.
- Enhanced functionality: Access to public directories is now supported (as per the new package documentation).
- Updated imports: Replace imports with:
import 'package:path_provider_master/path_provider_master.dart'; - Verification steps:
- Run
flutter pub getto update dependencies. - Validate project health with
flutter analyzeand ensure all tests pass.
- Run
1.0.2 #
- Fix null check operator used on a null value crash when text is null.
- Add validation to prevent both
randomColorandrandomGradientfrom being true simultaneously. - Add validation to ensure
backgroundColorcannot be set when random flags are active. - Add validation to ensure
gradientBackgroundColorcannot be set when random flags are active. - Fix internal validation conflict between
Avatar.profileandProfilewidget. - Remove unsafe null assertions (
!) across all avatar widgets for better stability.
0.1.1 #
- Fix bug avatar profile border.
0.1.0 #
- Add new Feature.
- Add new Property
bottomSheetStyles. - Fix UI bottom sheet.
0.0.9 #
- Fix pub points.
- Add new property
iconSize. - Enhanced
OnPickerChangetypedef to support bothFileandUint8Listparameters. - Maintained backward compatibility with
onPickerChangeWebproperty. - Fixed text centering issue in avatar widgets.
- Updated dependencies (
permission_handler,image_picker). - Added
dart:typed_dataimport forUint8Listsupport. - Improved cross-platform image handling.
- Update UI bottomSheet.
- Update Flutter SDK.
0.0.8 #
- Fix bug avatar.
0.0.7 #
- Add two new features.
0.0.6 #
- Add new feature.
0.0.5 #
- Fix pub points.
- Update package.
- Add new feature.
0.0.4 #
- Fix bug.
0.0.1 #
- TODO: Describe initial release.