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! πŸŽ‰