Real Estate App
  • Introduction
  • Getting Started
  • THE APP
    • Directory Structure
    • Adding Screens
    • Mobile Screens
    • Web Screens
  • Others
    • License
    • Privacy Policy
Powered by GitBook
On this page
  • System Requirements
  • Installation
  • Run on Mobile
  • Run on Web

Was this helpful?

Getting Started

PreviousIntroductionNextDirectory Structure

Last updated 4 years ago

Was this helpful?

System Requirements

Based on Flutter requirement. Please select the operating system on which you are installing Flutter:

  • Mac OS:

  • Window:

  • Linux:

  • Setup an editor:

Installation

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

$ git clone projectUrl Flutter-UI-Real-Estate
$ cd Flutter-UI-Real-Estate/
$ flutter pub get

Run on Mobile

Runflutter run your terminal.

Run on Web

Runflutter run -d chromein your terminal. Make sure you have an Google Chrome installed and running.

https://flutter.dev/docs/get-started/install/macos
https://flutter.dev/docs/get-started/install/windows
https://flutter.dev/docs/get-started/install/linux
https://flutter.dev/docs/get-started/editor