profile_image_widget 0.0.1
profile_image_widget: ^0.0.1 copied to clipboard
A simple profile image widget for Flutter.
π Changelog #
All major changes are documented here.
Using Semantic Versioning π
π° [0.0.1] - 2024-02-19 #
π Initial Release by Pharrax Software Yazilim Limited Sirketi - YILMAZ ER #
- βοΈ Added
ProfileImageWidget
- βοΈ Supports
imageUrl
,size
, andshape
parameters - βοΈ Default icon is displayed on error
- βοΈ Sample project added in
example/
directory - βοΈ Released under MIT License
π§ [0.0.2] - 2024-03-01 #
π οΈ Updates & Improvements #
- βοΈ Added
loading
indicator while images load - βοΈ Introduced
borderColor
&borderWidth
parameters - βοΈ Improved error handling & messages
- βοΈ Fixed all
dart analyze
issues
π¨ [0.1.0] - 2024-03-15 #
β¨ New Features #
- βοΈ Now supports both circle & square profile images
- βοΈ Added
tooltip
feature for accessibility - βοΈ Improved performance using
CachedNetworkImage
π Bug Fixes #
- π Fixed alignment issues with the default placeholder image
- π Fixed null exception when
size
parameter was missing
π₯ [0.2.0] - 2024-04-01 #
β‘ Major Update #
- βοΈ Added
fadeInDuration
&fadeOutDuration
options - βοΈ Introduced
errorWidget
customization - βοΈ Enhanced documentation π
- βοΈ Optimized performance π
π Versioning Notes #
π We follow Semantic Versioning:
- MAJOR (
1.0.0 β 2.0.0
) β Breaking changes - MINOR (
0.1.0 β 0.2.0
) β New features - PATCH (
0.2.0 β 0.2.1
) β Bug fixes
π Stay updated & keep coding! π