Create stunning e-commerce apps with features like product listings, carts, and checkout. Fully customizable Flutter UI for modern online shopping experiences.
Base template for ecommerce Apps such as Amazon Shopping and Shein.
Getting Started
To get started, you need to download the source code or copy source using the Copy
button on top right corner, then follow the steps below:
-
Update your
pubspec.yaml
to include all dependencies inpubspec.yaml.example
. -
For android, check the additional reference files in the
android
folder. -
Go to terminal and run the following command from the root directory of your project:
dart run build_runner build
** If .migrations.dart
files are not generated, you may need to clear build_runner cache first:
dart run build_runner clean
Files to Update
Places where you may start your customization are labeled with // TODO(dev):
comment