https://github.com/Open-Source-Agriculture/soil_logr
The soil mate app provides a simple and convenient way to collect soil data at sample locations in the field. The Soil Mate app is targeted across multiple industries, including agriculture, environmental science, geology, and mining. The current version of the app collects soil texture data.
https://github.com/Open-Source-Agriculture/soil_logr
agriculture environmental-science geology soil soil-mapping soil-properties soil-science
Last synced: 7 months ago
JSON representation
The soil mate app provides a simple and convenient way to collect soil data at sample locations in the field. The Soil Mate app is targeted across multiple industries, including agriculture, environmental science, geology, and mining. The current version of the app collects soil texture data.
- Host: GitHub
- URL: https://github.com/Open-Source-Agriculture/soil_logr
- Owner: Open-Source-Agriculture
- License: gpl-3.0
- Created: 2021-01-26T01:08:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T03:15:05.000Z (about 5 years ago)
- Last Synced: 2024-07-28T20:21:23.519Z (almost 2 years ago)
- Topics: agriculture, environmental-science, geology, soil, soil-mapping, soil-properties, soil-science
- Language: Dart
- Homepage: https://open-source-agriculture.github.io/2021-01-09-soil-mate-texture-app/
- Size: 1.73 MB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-agriculture - Soil Mate - Helper app designed to assist the collection of soil data. (Farm Management Systems and Record Keeping)
README
# Soil LogR
## *Helper app designed to assist the collection of soil data.*
The Soil LogR app (previously) provides a simple and convenient way to collect soil data at sample locations in the field. The Soil Mate app is targeted across multiple industries, including agriculture, environmental science, geology, and mining. The current version of the app collects soil texture data.

Read about the app in this [article](https://open-source-agriculture.github.io/2021-01-09-soil-mate-texture-app/)
## Getting Started
### install Flutter
Install dependencies:
```
sudo apt install curl
```
Get flutter (copy in all lines, run from home the location you want to install flutter):
```bash
git clone https://github.com/flutter/flutter.git -b stable && \
echo '#Add Flutter to PATH' >> $HOME/.bashrc && \
echo 'export PATH="$PATH:'$(pwd)'/flutter/bin"' >> $HOME/.bashrc && \
export PATH="$PATH:$(pwd)/flutter/bin" && \
echo "Check the flutter is in path" && \
echo $PATH && \
flutter precache && \
echo "Check your dependencies:" && \
flutter doctor
```
### install Android Studio (optional)
Download and install Android Studio and install the Flutter and dart plugins:
Run `flutter doctor` again to check dependencies.
### install the project
Clone the repo:
```
git clone https://github.com/Open-Source-Agriculture/soil_mate/
```
Get dependencies:
```
flutter pub get
```
### run the project
Before running, make sure you generate the hive files:
```bash
flutter packages pub run build_runner build
```
Connect your device or emulator, then run:
```
flutter run
```
Or use the run button on your IDE.
## Contributing
To contribute to the **Soil Mate** app, make a fork to add your change to, then make a *Pull Request*.
A list of tasks may be found on our [Project Board](https://github.com/Open-Source-Agriculture/soil_mate/projects/1)
## Join us

Chat to us on [Discord](https://discord.gg/8x58DuxfGz)