Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.32 KB

installation.md

File metadata and controls

41 lines (22 loc) · 1.32 KB

Download and Install Flutter

https://flutter.dev/docs/get-started/install

Download and Install Android Studio

https://developer.android.com/studio

Open Android Studio and Clone HassKit

untitled

untitled

https://github.com/tuanha2000vn/hasskit.git

Run Terminal Command

untitled

Open Terminal window and run the following command:

flutter channel beta

flutter create . (include the . )

Test Simulation Device

untitled

Create new simulation device and click Start

untitled

Select the simulation device in dropdown selection and click Start

Update Google Map API

Open file C:\Temp\hasskit\android\app\src\main\AndroidManifest.xml and replace "ENTER_YOUR_API_KEY" with your own API Key.

You can obtain Google Map API key here: https://developers.google.com/maps/documentation/embed/get-api-key