Real Estate App
Search…
Real Estate App
Introduction
Getting Started
THE APP
Directory Structure
Adding Screens
Mobile Screens
Web Screens
Others
License
Powered By
GitBook
Getting Started
System Requirements
Based on Flutter requirement. Please select the operating system on which you are installing Flutter:
Mac OS:
https://flutter.dev/docs/get-started/install/macos
Window:
https://flutter.dev/docs/get-started/install/windows
Linux:
https://flutter.dev/docs/get-started/install/linux
Setup an editor:
https://flutter.dev/docs/get-started/editor
Installation
To setup Buddy on your system, and sync your app with constant updates, clone the repo.
1
$ git clone projectUrl Flutter-UI-Real-Estate
2
$ cd Flutter-UI-Real-Estate/
3
$ flutter pub get
Copied!
Run on Mobile
Run
flutter run
your terminal.
Run on Web
Run
flutter run -d chrome
in your terminal. Make sure you have an Google Chrome installed and running.
Previous
Introduction
Next - THE APP
Directory Structure
Last modified
1yr ago
Copy link
Contents
System Requirements
Installation
Run on Mobile
Run on Web