mobile_ecommerce_widgets 1.0.0
mobile_ecommerce_widgets: ^1.0.0 copied to clipboard
A backend-driven dynamic widget system for e-commerce home/category screens. Renders TEXT, IMAGE, CAROUSEL, GRID, PRODUCTCARD, FLASHSALE and more from a JSON payload, with navigation/data/cart injecte [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mobile_ecommerce_widgetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mobile_ecommerce_widgets: ^1.0.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:mobile_ecommerce_widgets/mobile_ecommerce_widgets.dart';