soil_logr
                                
                                
                                
                                    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...
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...
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:...
## 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...
```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:...
## 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...