E-commerce app templates
Storefronts, carts and checkouts — from a UI kit you drop onto your own backend to a complete marketplace with vendors and moderation.
4 templates · from $11 · full source code

Flutter E-Commerce UI Kit
Complete Shopping App with Provider & Material Design 3. A premium Flutter template for your next e-commerce project.

ClassiMarket
Classified ads marketplace with a Flutter mobile app and a Next.js admin panel for listings and moderation.

GreenCart
Multi-vendor organic grocery marketplace with a Flutter shopping app and a Next.js vendor and admin dashboard.

ServeAI
On-demand services marketplace with a Flutter app for customers and providers plus a Next.js admin backend.
A UI kit and a full app solve different problems
A UI kit gives you screens and state management with no backend, which is the right buy when you already have an API and want the client built. A full application gives you the backend and admin too, which is the right buy when you have neither. Buying the first while needing the second is the most common mis-purchase in this category, so check what is actually included before price.
The cart belongs on the server
A cart held only in local state is a cart that vanishes when the app is reinstalled and disagrees with itself across two devices. More importantly, prices have to be re-validated server-side at checkout — a client that sends the price it thinks an item costs is a client that can be told to send a different one.