Djingo
Search…
Djingo
Introduction
Getting Started
The App
Directory Structure
Adding Screens
Others
License
Powered By
GitBook
Getting Started
1. 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
2. Installation
To setup Buddy on your system, and sync your app with constant updates, clone the repo.
1
$ git clone projectUrl djingo
2
$ cd djingo/
3
$ flutter packages get
4
$ flutter run
Copied!
Previous
Introduction
Next - The App
Directory Structure
Last modified
1yr ago
Copy link
Contents
1. System Requirements
2. Installation