flutter_flex_cart 0.0.1-dev.7
flutter_flex_cart: ^0.0.1-dev.7 copied to clipboard
A flexible cart for Flutter apps
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.