# Flutter store front

### Initial Setups :<br>

#### **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”)\\>
&#x20;

**Run your application :**&#x20;

* 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.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spurtcommerce.com/getting-started/development-and-setup/store-front-setup/flutter-store-front.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
