All Projects → rohan20 → Flutter Products Tutorial

rohan20 / Flutter Products Tutorial

A Flutter e-commerce starter kit built using ScopedModel

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter Products Tutorial

Mymovies
A Flutter app which shows a list of popular movies.
Stars: ✭ 371 (+209.17%)
Mutual labels:  google, cross-platform
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+165%)
Mutual labels:  google, cross-platform
Flutter auth buttons
Flutter buttons for social platforms
Stars: ✭ 114 (-5%)
Mutual labels:  google
Hello imgui
Hello, Dear ImGui: cross-platform Gui apps for Windows / Mac / Linux / iOS / Android / Emscripten with the simplicity of a "Hello World" app
Stars: ✭ 120 (+0%)
Mutual labels:  cross-platform
Vifm
Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Stars: ✭ 1,822 (+1418.33%)
Mutual labels:  cross-platform
Clatexmath
A dynamic, cross-platform, and embeddable LaTeX rendering library
Stars: ✭ 113 (-5.83%)
Mutual labels:  cross-platform
Trino
Trino: Master your translations with command line!
Stars: ✭ 118 (-1.67%)
Mutual labels:  google
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (-6.67%)
Mutual labels:  cross-platform
Awesome flutter ui
This repository demonstrates use of various widgets in flutter and tricks to create beautiful UI elements in flutter for Android and IOS
Stars: ✭ 120 (+0%)
Mutual labels:  cross-platform
Skiasharp.extended
SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
Stars: ✭ 118 (-1.67%)
Mutual labels:  cross-platform
Klayge
KlayGE is a cross-platform open source game engine with plugin-based architecture.
Stars: ✭ 1,646 (+1271.67%)
Mutual labels:  cross-platform
Keepassxc
KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
Stars: ✭ 11,623 (+9585.83%)
Mutual labels:  cross-platform
Shoes4
Shoes 4 : the next version of Shoes
Stars: ✭ 1,509 (+1157.5%)
Mutual labels:  cross-platform
Easy.logger
A modern, high performance cross platform wrapper for Log4Net.
Stars: ✭ 118 (-1.67%)
Mutual labels:  cross-platform
Gkeep
Google Keep Command Line Interface (CLI)
Stars: ✭ 114 (-5%)
Mutual labels:  google
Esp V2
A service proxy that provides API management capabilities using Google Service Infrastructure.
Stars: ✭ 120 (+0%)
Mutual labels:  google
Viro
ViroReact: AR and VR using React Native
Stars: ✭ 1,735 (+1345.83%)
Mutual labels:  cross-platform
Googleimageshell
Google image search extension for Windows Explorer.
Stars: ✭ 116 (-3.33%)
Mutual labels:  google
Plexidrive
Scripts to facilitate the use of cloud storage (such as Google Drive) as storage for Plex media server
Stars: ✭ 118 (-1.67%)
Mutual labels:  google
Macassistant
Google Assistant for macOS!
Stars: ✭ 1,564 (+1203.33%)
Mutual labels:  google

Flutter E-Commerce App

A Flutter e-commerce starter kit built using ScopedModel for state management that allows you to view a list of paginated products and its details. Originally built by the Flutter team at GeekyAnts.

You can checkout the complete starter kit on Flutter Market: Link

Medium tutorial: Link

Docs for Admin dashboard: Link

Setup

You need to add a remote_config.dart file in the lib>util directory as follows:

class RemoteConfig {
  static final Map<dynamic, String> config = {
    "AuthorizationToken":
        "YOUR_API_KEY",
    "BASE_URL": "www.BASE_URL.com",
    "BASE_PRODUCTS_URL": "/BASE_PRODUCTS_URL/products/categoryId=1",
  };
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].