Spurtcommerce
DocumentAPI ReferenceAdd-ons
Docs
Docs
  • Overview
  • Getting Started
    • Introduction
    • Prerequisites
      • Server Configuration (Minimal)
      • Set up development environment
    • Development and Setup
      • API Setup
      • Environment Configuration
      • Store Front Setup
        • Angular Store Front
        • React Store Front
        • Flutter store front
      • Angular Admin Setup
      • Angular Vendor Setup
  • API Deployment and Setup
    • Deployment From Source Code
    • Deployment From Docker
    • Troubleshooting
  • Frontend Deployment Setup
    • Store Front Setup
      • React Store Front
      • Angular Store Front
      • Flutter Store Front
      • Troubleshooting
  • Front End Angular Admin Setup
    • Angular Admin
    • Troubleshooting
  • Front End Angular Vendor Setup
    • Angular Vendor
    • Troubleshooting
  • For Developers
    • Architecture
      • Back End API Architecture
      • Front-end Architecture
      • Technology stack
    • Performance
      • Benchmark
      • Image Optimzation
      • Load Balancing
      • RabbitMQ
      • Clustering
      • Database Load Balancing
    • Security
    • Testing Reports
      • Unit Testing Report
      • E2E Test Report
      • Vulnerability Test Report
        • Spurt Admin Report
        • Spurt Store Report
        • Spurt Vendor Report
      • Functional Test Report
  • How to Guides
    • Store Language Setup
    • Addon Management
    • Spurtcommerce Microservices Deployment
Powered by GitBook
On this page
  1. Getting Started
  2. Development and Setup
  3. Store Front Setup

Flutter store front

Initial Setups :

Step 1 - Unzip your file and open it with your desired ide and then go to your projects terminal and type

Flutter pub get and then follow the steps given below.

Step 2 - Navigate to project folder → lib → core → providers → config.dart after that ,

Step 3 - Place your baseurl in baseURL = “”; (for eg : “http://localhost:9000/api/”)

Step 4 - Place your imageurl in imageURL = ””; (for eg : “http://localhost:9000/api/media/image-resize”)

Run your application :

  • You can test your application in debug mode by using android emulator or your mobile phone

  • For running your application in your respective emulator or mobile phones run the following command Flutter run –no-sound-null-safety or Use run without debugging option.

PreviousReact Store FrontNextAngular Admin Setup

Last updated 7 months ago