Installation Instructions - OpenClimatic/climatic-client GitHub Wiki
Get started
git clone https://github.com/OpenClimatic/climatic-client
- cd climatic-client/client
- flutter pub get
- 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