soil_logr icon indicating copy to clipboard operation
soil_logr copied to clipboard

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, environme...

Results 7 soil_logr issues
Sort by recently updated
recently updated
newest added

Change it to look like a share button. I also wonder if we should put everything in a zip file, or if we should have some image file compressions because...

- [ ] Need to use themes so the UI scales https://flutter.dev/docs/cookbook/design/themes - [ ] Should make the credits page more profesh? remove the photo? - [ ] Make the...

enhancement

We should do an ad campaign for the Soil LogR app after the 0.3.1 release. I think we should focus on Linked in so that we can target industries including:...

admin

## Problem ### Data Structures We believe that farm data is precious and that the user should have full control over their data. The default method the export the data...

enhancement

```dart final bool canSend = await FlutterMailer.canSendMail(); if(!canSend && Platform.isIOS) { final url = 'mailto:?body=$body&subject=$subject'; if (await canLaunch(url)) { await launch(url); } else { print("FlutterMailer"); createAlertDialog(BuildContext context) { return showDialog(context:...

enhancement

## Problem FarmOS is soon to start using new data structures/models with their 2.0 release. It might be good to convert the way we have set up our models to...

enhancement