Installation Instructions - OpenClimatic/climatic-client GitHub Wiki

Get started

  1. git clone https://github.com/OpenClimatic/climatic-client
  2. cd climatic-client/client
  3. flutter pub get
  4. flutter run

Common pitfalls

When uninstalling the App on your Device there is a chance that Flutter will not recognize that the App has been removed from the Device and will not try to reinstall it.

In this case you will need to uninstall the App via ADB. If you have adb installed type: adb uninstall com.example.client