- Ensured
ProductCard
respectswidth
andheight
properties directly, eliminating the need for externalSizedBox
wrapping.
- Replaced
withOpacity
usage in color assignments with modern equivalents.
- URLs updated in readme.
- Minor improvements to the README.
- Updated email address and twitter handle for contact in the README.
- Minor improvements to the documentation.
- Minor improvements to the Changelog file.
- Improved the clarity and structure of the changelog for better user experience.
- Resolved minor bugs and issues that were reported or identified.
- Improved code structure for better maintainability.
- Fixed minor bugs and issues related to image url.
- Enhanced Documentation for better readability.
This is the initial release of the flutter_product_card package, introducing a customizable card widget for displaying product information in your Flutter applications.
- 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.