fly_to_cart 1.0.1
fly_to_cart: ^1.0.1 copied to clipboard
A highly customizable widget that provides a "fly to cart" animation and a floating basket, designed to be independent of any state management solution.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fly_to_cartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fly_to_cart: ^1.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fly_to_cart/fly_to_cart.dart';