Installation

Get the code

Not familiar with Git? Click here 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 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

Select your virtual device of choice

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

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

Last updated