shoppable_feed 0.0.1 copy "shoppable_feed: ^0.0.1" to clipboard
shoppable_feed: ^0.0.1 copied to clipboard

A vertically-swiping feed of products, inspired by modern e-commerce apps like Daraz and AliExpress. Allows for a rich, engaging product discovery experience.

Shoppable Feed #

A vertically-swiping feed of products for Flutter, inspired by modern e-commerce apps like Daraz and AliExpress. It allows for a rich, engaging product discovery experience.

GIF of the package in action <-- IMPORTANT: Record a GIF!

Features #

  • Infinite vertical scrolling
  • Rich, customizable UI for product details
  • Stateful action buttons (Add to Cart, Watchlist, etc.)
  • Exposes callbacks for all user interactions

Getting started #

Add the dependency to your pubspec.yaml:

dependencies:
  shoppable_feed: ^1.0.0

Usage #

Import the package and use the ShoppableFeed widget.

import 'package:shoppable_feed/shoppable_feed.dart';

// See the `example` tab for a full implementation.
ShoppableFeed(
    products: myListOfProducts,
    onAddToCart: (product) { ... },
    onToggleWatch: (product) { ... },
    // ... implement other callbacks
)
3
likes
140
points
49
downloads

Publisher

unverified uploader

Weekly Downloads

A vertically-swiping feed of products, inspired by modern e-commerce apps like Daraz and AliExpress. Allows for a rich, engaging product discovery experience.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shoppable_feed