With BomaLink, you'll get real-time updates on pasture availability, weather forecasts, and even track your animals' location – all to avoid conflicts and ensure a thriving future for both your herds and your crops.
First, clone the repository with the 'clone' command, or just download the zip.
$ git clone git@github.com:Kinotijoan/BomaLink.git
Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.
Install dependencies from the terminal by running flutter pub get .
from the project root (see using packages documentation for details and how to do this in the editor).
In order to run your application, type:
$ cd .
$ flutter run
There you go, you can now open & edit the project. Enjoy!
- Flutter - Beautiful native apps in record time.
- Visual Studio Code - Code editing. Redefined.