flexi_cart 0.0.9
flexi_cart: ^0.0.9 copied to clipboard
The Flexi Cart module provides a versatile and robust solution for handling shopping carts and item collections within Flutter applications. This module extends the capabilities of the ChangeNotifier [...]
0.0.1 #
- Initial version.
0.0.2 #
- Update Readme file.
0.0.3 #
- Added Ordable property
0.0.4 #
- Added SetNote & SetDeliveryData as function instead of set , with allowing to disable notifier on assigning
0.0.7 #
- Added removeNullQuantity option
0.0.8 #
- removed removeNullQuantity option & fix the cart
0.0.9 #
- Added
ChangeNotifierDisposeMixinto prevent callingnotifyListeners()after dispose. - Updated test cases to include
shouldNotifyListenersoption and assertDateTimetype.