GreenGuard is an application that allows you to track the needs of your plants. This can be done manually by scheduling tasks or with the help of BTHome sensors.
- Manual recording with the help of task scheduling
- Automatic tracking using BTHome sensors such as:
- https://github.com/rbaron/b-parasite
- The example for an esp32-based sensor stored here in the repository
Ensure you have Flutter and Dart installed on your system. Then run the following commands:
git clone https://github.com/aridminds/greenguard.git
cd greenguard/src/flutter
flutter pub get
Open the project in your preferred IDE (e.g., Android Studio) and launch the app on your emulator or physical device.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.