Kipling
Results
12
issues of
Kipling
```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