persistent_shopping_cart 0.0.8
persistent_shopping_cart: ^0.0.8 copied to clipboard
Effortlessly manage and persist shopping cart data in your Flutter app with this comprehensive package. Simplify local storage and enhance the shopping experience for your users.
0.0.8 #
Enhanced showCartItems method with flexible builder for custom layouts
Details:
- Updated showCartItems to include a cartItemsBuilder function, allowing developers to define custom layouts (e.g., ListView, GridView) for displaying cart items.
- Removed support for displaying an empty cart message with a customizable widget. Now you can defined your own custom widgets if list is empty. For more detail check example code.
- Improved API flexibility and developer experience.
- Upgraded to the latest Flutter version and dependencies.
- Updated example and Android folder to the latest Gradle version.
- Bump code to latest version
0.0.7 #
- Initial item quantity was set 1 static, it's fixed now you ca add dynamic value and prices will be calculated accordingly
0.0.6 #
- README and example code updated