| Home Screen | 61 |Notification on the Screen | 62 |
![]() |
65 | ![]() |
66 |
87 |
88 | ## Backend
89 |
90 | Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. Using Flask, we have built and used REST API for fetching prediction from analytics application to achieve the following objectives.
91 |
92 | ✅ Notify the user to move the plant to an area with more sunlight when it does not have enough light conditions\
93 | ✅ Notify the user to water the plant when the soil does not have enough moisture content\
94 | ✅ Getting the estimated time for watering the plant before the soil moisture decreases below a threshold\
95 | ✅ Provide the home plant of the user with appropriate environmental conditions for better growth
96 |
97 | ## Getting started
98 |
99 | #### 1. [Setup Flutter](https://flutter.dev/docs/get-started/install)
100 |
101 | #### 2. Clone the repository
102 |
103 | ```sh
104 | $ git clone https://github.com/NinadRao0707/Plant-Monitoring-App.git
105 | $ cd Plant-Monitoring-App/
106 | ```
107 |
108 | #### 3. Go to project root and execute the following command in console to get the required dependencies:
109 |
110 | ```sh
111 | flutter pub get
112 | ```
113 |
114 | #### 4. Go to main.dart file root and execute the following command in console to run the app:
115 |
116 | ```sh
117 | flutter run
118 | ```
119 |
120 | #### Make sure the circuit is on and everything is connected.
121 |
122 | ## Show your support
123 |
124 | Give a ⭐️ if this project helped you!
125 |
126 | 👤 **Ninad Rao**\
127 | 👤 **V Krishnasubramaniam**\
128 | 👤 **Shalaka Waghamale**
129 |
--------------------------------------------------------------------------------
/windows/runner/win32_window.cpp:
--------------------------------------------------------------------------------
1 | #include "win32_window.h"
2 |
3 | #include