flutter_flex_cart 0.0.1-dev.8 copy "flutter_flex_cart: ^0.0.1-dev.8" to clipboard
flutter_flex_cart: ^0.0.1-dev.8 copied to clipboard

A flexible cart for Flutter apps

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 to resetQty.

0.0.1-dev.6 #

  • Add resetQty function to CoreDetail.

0.0.1-dev.5 #

  • Remove DiagnosticableTreeMixin from Customer and Item due to conflict with Equitable.

0.0.1-dev.4 #

  • Add diagnostic support using DiagnosticableTreeMixin.

0.0.1-dev.3 #

  • Make Billable and Payable as mixins.
  • Update CartWithPayments and CartWithCustomer to use that mixin.

0.0.1-dev.2 #

  • Add cart with customer support using billable interface.

0.0.1-dev.1 #

  • Initial release.