Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.19 KB

FlatApp-Flutter

A new Flutter project. We have written few pages of our famous React Native Starter Kit in Flutter! And we are quite impressed with the result.

This app is a free open source project that enables the developer to quickly get started with the flutter application development. This project contains the basic features that is required to built an amazing flutter application.

Demo

Demo

Getting Started

Installation

On the command prompt run the following commands

$ git clone git@github.com:GeekyAnts/FlatApp-Flutter.git
$ cd FlatApp-Flutter/
$ flutter run

Simulate for iOS

Method One

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run
For help getting started with Flutter, view online documentation.