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
CoreDetaildue toChangeNotifierlimitations and addcopyWithand additional methods to update qty inCartBase.
0.0.1-dev.9 #
- Add missing
notifyListenerstoaddDetails.
0.0.1-dev.8 #
- Add support to add multiple details at once to cart with
addDetails.
0.0.1-dev.7 #
- Add missing
notifyListenerstoresetQty.
0.0.1-dev.6 #
- Add
resetQtyfunction toCoreDetail.
0.0.1-dev.5 #
- Remove
DiagnosticableTreeMixinfromCustomerandItemdue to conflict with Equitable.
0.0.1-dev.4 #
- Add diagnostic support using
DiagnosticableTreeMixin.
0.0.1-dev.3 #
- Make
BillableandPayableas mixins. - Update
CartWithPaymentsandCartWithCustomerto use that mixin.
0.0.1-dev.2 #
- Add cart with customer support using billable interface.
0.0.1-dev.1 #
- Initial release.