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, andshapeparameters - ✔️ 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
loadingindicator while images load - ✔️ Introduced
borderColor&borderWidthparameters - ✔️ Improved error handling & messages
- ✔️ Fixed all
dart analyzeissues
🎨 [0.1.0] - 2024-03-15 #
✨ New Features #
- ✔️ Now supports both circle & square profile images
- ✔️ Added
tooltipfeature for accessibility - ✔️ Improved performance using
CachedNetworkImage
🐞 Bug Fixes #
- 🐛 Fixed alignment issues with the default placeholder image
- 🐛 Fixed null exception when
sizeparameter was missing
🔥 [0.2.0] - 2024-04-01 #
⚡ Major Update #
- ✔️ Added
fadeInDuration&fadeOutDurationoptions - ✔️ Introduced
errorWidgetcustomization - ✔️ 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! 🎉