profile_image_widget 0.0.1 copy "profile_image_widget: ^0.0.1" to clipboard
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, and shape 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! 🎉