Kyle MacLeod

Results 43 comments of Kyle MacLeod

Please check that you are actually hitting the form 'enter' button. That is what is submitting the value. i.e. if you use the back button to exit out of the...

I'm going to leave this open. I could probably set a dirty flag when the value changes and then catch the back button on close here in order to avoid...

Early in the project I was looking for a way to include the system notification sounds, but I never saw it through. It's likely possible, but to be honest I'm...

I looked into this at one point way back but didn't take it very far. It should be possible, but if I remember correctly there were some things needing to...

It looks like some combination of https://pub.dev/packages/markdown and https://pub.dev/packages/flutter_markdown may work here. The https://pub.dev/packages/flutter_local_notifications plugin I'm using supports HTML so I think it looks promising.

Hmm. Odd. It might help to re-run this with 'mlbv --debug --verbose' options to see if there is more info. There should be an mlbv.log file in your temp directory...

I'm not sure what's going on here TBH. I tried today generating a fresh config via 'mlbv --init' and it worked fine on my linux machine. That log file you...

Looking at using https://pub.dev/packages/flutter_markdown which would fit this nicely. Need to see however if that will translate nicely into the actual notification text area.

It's funny that you mention this because for quite a while I've had a fairly simple shell script which does this functionality on linux, but I found that I would...

Looking at using https://pub.dev/packages/flutter_markdown to allow markdown formatting. I'm not sure at the moment what that would mean for the notification text. Needs investigation.