flutter_flex_cart 0.0.2-dev.0 flutter_flex_cart: ^0.0.2-dev.0 copied to clipboard
A flexible cart for Flutter apps
0.0.2-dev.1 #
- Breaking Make
CoreDetail
due toChangeNotifier
limitations and addcopyWith
and additional methods to update qty inCartBase
.
0.0.1-dev.9 #
- Add missing
notifyListeners
toaddDetails
.
0.0.1-dev.8 #
- Add support to add multiple details at once to cart with
addDetails
.
0.0.1-dev.7 #
- Add missing
notifyListeners
toresetQty
.
0.0.1-dev.6 #
- Add
resetQty
function toCoreDetail
.
0.0.1-dev.5 #
- Remove
DiagnosticableTreeMixin
fromCustomer
andItem
due to conflict with Equitable.
0.0.1-dev.4 #
- Add diagnostic support using
DiagnosticableTreeMixin
.
0.0.1-dev.3 #
- Make
Billable
andPayable
as mixins. - Update
CartWithPayments
andCartWithCustomer
to use that mixin.
0.0.1-dev.2 #
- Add cart with customer support using billable interface.
0.0.1-dev.1 #
- Initial release.