Agro Task Manager for Liquid Galaxy application will let you simulate tasks that an Agro-Robot would perform and visualize them on Liquid Galaxy. The user is also able to introduce many different crops to a Database and get reminded when they have to plant, transplant or harvest them. The things that can be visualized on Google earth are:
- The current task that is being done, with the place of realization and the robot which is doing it
- The tasks that the user has to do in the season,
LG Agro Task Manager is an application created for Google Summer of Code 2024, featuring their Liquid Galaxy. Developed by Davit Mas, mentored by Víctor Carreras and directed by Andreu Ibàñez.
- The application requires an SDK from 21 to 34.
- If you wish to use the app to its full potential, make sure to use it with a Liquid Galaxy!
To begin running this app, clone this repository into your computer. Then, you should get yourself a Google Maps API Key following these steps:
- Visit this site for instructions
- Go to android/app/main/AndroidManifest.xml
- Inside the section, paste the following code:
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="YOUR_API_KEY" />
Once you've done all the steps to set up the app, you only have a couple of steps left.
- Go to your project directory on the terminal.
- Use
flutter pub get
- Make sure you've got a tablet device connected to your pc.
- Use
flutter run