flutter-ecommerce
A small attempt to make an e-commerce user interface in Flutter for Android and iOS.
File Explorer
Download Latest Version (.zip)- AndroidManifest.xml
- MainActivity.kt
- launch_background.xml
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- styles.xml
- AndroidManifest.xml
- AndroidManifest.xml
- build.gradle
- gradle-wrapper.properties
- .gitignore
- build.gradle
- gradle.properties
- settings.gradle
- Roboto-Bold.ttf
- Roboto-Light.ttf
- Roboto-Regular.ttf
- empty_shopping_cart.png
- empty_shopping_cart_image.png
- empty_wish_list.png
- ic_add_cart.png
- ic_app_icon.png
- ic_category_image.png
- ic_discount.png
- promotion__one.png
- promotion_one.png
- promotion_three.png
- promotion_two.png
- CustomIcons.ttf
- Poppins-Bold.ttf
- Poppins-Medium.ttf
- Roboto-Light.ttf
- AppFrameworkInfo.plist
- Debug.xcconfig
- Release.xcconfig
- Contents.json
- Icon-App-1024x1024@1x.png
- Icon-App-20x20@1x.png
- Icon-App-20x20@2x.png
- Icon-App-20x20@3x.png
- Icon-App-29x29@1x.png
- Icon-App-29x29@2x.png
- Icon-App-29x29@3x.png
- Icon-App-40x40@1x.png
- Icon-App-40x40@2x.png
- Icon-App-40x40@3x.png
- Icon-App-60x60@2x.png
- Icon-App-60x60@3x.png
- Icon-App-76x76@1x.png
- Icon-App-76x76@2x.png
- Icon-App-83.5x83.5@2x.png
- Contents.json
- LaunchImage.png
- LaunchImage@2x.png
- LaunchImage@3x.png
- README.md
- LaunchScreen.storyboard
- Main.storyboard
- AppDelegate.swift
- Info.plist
- Runner-Bridging-Header.h
- contents.xcworkspacedata
- Runner.xcscheme
- project.pbxproj
- contents.xcworkspacedata
- .gitignore
- AppBarWidget.dart
- BottomNavBarWidget.dart
- CircularProgress.dart
- DrawerWidget.dart
- GridTilesCategory.dart
- GridTilesProducts.dart
- PopularMenu.dart
- SearchWidget.dart
- TopPromoSlider.dart
- AppSignIn.dart
- AppSingUp.dart
- BrandHomePage.dart
- CategorySlider.dart
- ShopHomePage.dart
- BrandModel.dart
- CategoryModel.dart
- ProductDetails.dart
- ProductsModel.dart
- ShopModel.dart
- HomeScreen.dart
- ProductDetailScreen.dart
- ProductsScreen.dart
- ShoppingCartScreen.dart
- SubCategoryScreen.dart
- WishListScreen.dart
- Constants.dart
- Urls.dart
- main.dart
- i18n_en.json
- i18n_zh.json
- app_screenshot.png
- detail_page_screen.jpg
- empty_cart_screen.jpg
- login_screen.jpg
- main_screen.jpg
- product_detail_screen.png
- product_screen.png
- signin_screen.jpg
- wishlist_screen.jpg
- widget_test.dart
- .gitignore
- .metadata
- pubspec.lock
- pubspec.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Tarikul711/flutter-ecommerce
Downloads the entire project code from GitHub to your computer.
cd flutter-ecommerce
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android/app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
