Getting Started
System Requirements
Based on Flutter requirement. Please select the operating system on which you are installing Flutter:
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.
$ 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 chrome
in your terminal. Make sure you have an Google Chrome installed and running.
Last updated
Was this helpful?