flutter_cart 0.0.9 flutter_cart: ^0.0.9 copied to clipboard
A flutter package for the cart management. This package helps you to perform basic cart operation like (Add to cart, Remove from cart, Get total count) etc.
[0.0.1] #
- Initial release of flutter cart package.
[0.0.4] #
- Example has been added.
[0.0.5] #
- Product price floating issue fixed.
[0.0.5+1] #
- Fixed minor changes.
[0.0.6] #
- Flutter Cart updated to null safety.
- ProductName variable has been added in Cart model.
- Now you can get the specific product by using getSpecificItemFromCart(productId) named function.
- Improved the package and fixed some minor issues.
[0.0.7] #
- Flutter cart updated to latest version
[0.0.8] #
- Flutter cart updated to latest version
[0.0.9] #
- Flutter cart updated to latest version
- Improved documentation
- Persistence support added