Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

plntrAI/plntrAI

plntrAI

Dart

Warning

This project is no longer maintained and was created for a school project. The app is unfinished and will not be finished.

View your dashboard for real-time monitoring of soil moisture and manually enable the water pump to water your plants.

Screenshots

Screen_recording_20240414_231956.webm

Installation

If you're new to Flutter the first thing you'll need is to follow the setup instructions.

Once Flutter is setup, you can use the latest stable channel:

  • flutter channel stable
  • flutter upgrade

Once on stable you're ready to run the app on your local device or simulator:

  • flutter run -d ios
  • flutter run -d android