profile_avatar_plus 1.0.1
profile_avatar_plus: ^1.0.1 copied to clipboard
A simple flutter package for show user profile picture
Changelog #
1.0.1 #
- Added customizable border with
borderWidth
andborderColor
properties. - Introduced
isEditEnabled
property to control the visibility of the edit overlay. - Added
editIcon
property to allow customization of the edit icon in the overlay. - Added
onChangeProfilePicture
method to handle profile picture change actions. - Updated example usage to demonstrate the new
onChangeProfilePicture
functionality. - [03.06.2025]
1.0.0 #
- Initial release of profile_avatar_plus Flutter package
- [06.05.2025]