flutter_cart 0.0.9 copy "flutter_cart: ^0.0.9" to clipboard
flutter_cart: ^0.0.9 copied to clipboard

A flutter package for the cart management. This package helps you to perform basic cart operation like (Add to cart, Remove from cart, Get total count) etc.

0.0.1 #

  • Initial release of flutter cart package.

0.0.4 #

  • Example has been added.

0.0.5 #

  • Product price floating issue fixed.

0.0.5+1 #

  • Fixed minor changes.

0.0.6 #

  • Flutter Cart updated to null safety.
  • ProductName variable has been added in Cart model.
  • Now you can get the specific product by using getSpecificItemFromCart(productId) named function.
  • Improved the package and fixed some minor issues.

0.0.7 #

  • Flutter cart updated to latest version

0.0.8 #

  • Flutter cart updated to latest version

0.0.9 #

  • Flutter cart updated to latest version
  • Improved documentation
  • Persistence support added
99
likes
140
points
779
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package for the cart management. This package helps you to perform basic cart operation like (Add to cart, Remove from cart, Get total count) etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, freezed, freezed_annotation, shared_preferences

More

Packages that depend on flutter_cart