# Installation

### Get the code

Not familiar with Git? Click [here](https://gitstrap.com/SemeMojugbe/Flutter-MagazineUI.git) to download the app theme.

Extract the contents of ZIP file after downloading. **Downloading ZIP file does not help you to sync with further updates**

#### Opt #2. Clone

To setup MagazineUI on your system, and sync your app with constant updates, clone the repo.

Click [here](https://gitstrap.com/Flutter/Flutter-FlatApp.git) to clone MagazineUI using GitStrap.Install Package

```
$ cd magazine/
$ flutter packages get
$ flutter run
```

### For Android Studio Users

Launch Android Studio with the project selected

![](https://436780-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M1f1D_inwZ2KLboxO9P%2F-M2grXr2cNLVyVS2vF-g%2F-M2guQiF2GrRd_Qc4Vh-%2F1-AndroidStudio.png?alt=media\&token=309a202b-f904-45e1-975d-374e00128df1)

Select your virtual device of choice

![](https://436780-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M1f1D_inwZ2KLboxO9P%2F-M2grXr2cNLVyVS2vF-g%2F-M2gwcJKnNzLe-EYAa4K%2F2-AVDManager.png?alt=media\&token=07bf117d-1a99-4c84-98d6-a972318c3e5b)

(If you have a physical device, you can use that instead)

Once you have at least one device running (virtual or physical), you can run the app.

![Tap the green arrow to run the app](https://436780-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M1f1D_inwZ2KLboxO9P%2F-M2grXr2cNLVyVS2vF-g%2F-M2gyta_VPooQp5R7W_K%2Fimage.png?alt=media\&token=e9fcf34b-20af-47a8-b105-b8e2acfb6fb8)

### For Xcode Users

Open your terminal and run the code to open the iOS simulator

`open -a Simulator.app`

Start your app by running the command inside the project

`flutter run`


---

# 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://sememojugbe.gitbook.io/fluttermagazineui/installation.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.
