ff_sku_picker 1.1.0
ff_sku_picker: ^1.1.0 copied to clipboard
E-commerce project SDK selector, you can customize the selector style, just pass in the conditions and options to complete all functions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ff_sku_picker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ff_sku_picker: ^1.1.0
Alternatively, 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:ff_sku_picker/ff_sku_picker.dart';