Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 1.63 KB

[0.0.8]

Version 0.0.8 (2024-12-22)

Fixed

  • Ensured ProductCard respects width and height properties directly, eliminating the need for external SizedBox wrapping.

Changed

  • Replaced withOpacity usage in color assignments with modern equivalents.

[0.0.7]

Version 0.0.7 (2024-09-27)

Changed

  • URLs updated in readme.

[0.0.6]

Version 0.0.6 (2024-08-19)

Changed

  • Minor improvements to the README.

[0.0.5]

Version 0.0.5 (2024-08-19)

Added

  • Updated email address and twitter handle for contact in the README.

Changed

  • Minor improvements to the documentation.
  • Minor improvements to the Changelog file.

[0.0.4]

Version 0.0.4 (2024-05-11)

  • Improved the clarity and structure of the changelog for better user experience.

[0.0.3]

Version 0.0.3 (2024-05-11)

  • Resolved minor bugs and issues that were reported or identified.
  • Improved code structure for better maintainability.

[0.0.2]

Version 0.0.2 (2024-05-10)

  • Fixed minor bugs and issues related to image url.
  • Enhanced Documentation for better readability.

[0.0.1]

Version 0.0.1 Initial Release (2024-05-10)

This is the initial release of the flutter_product_card package, introducing a customizable card widget for displaying product information in your Flutter applications.

Added Features

  • A reusable ProductCard widget for displaying product details like name, category, image, price, and short description.
  • Customizable styling options for text color, card color, and font sizes.
  • Support for displaying discounted prices and ratings.
  • Added error handling for image loading.