serenay_ecommerce_widgets 1.2.0
serenay_ecommerce_widgets: ^1.2.0 copied to clipboard
A backend-driven widget system for e-commerce screens. Renders TEXT, IMAGE, CAROUSEL, GRID, PRODUCTCARD, FLASHSALE and more from JSON, with nav/data/cart injected by the host app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add serenay_ecommerce_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
serenay_ecommerce_widgets: ^1.2.0Alternatively, 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:serenay_ecommerce_widgets/serenay_ecommerce_widgets.dart';