Bryan

Results 20 comments of Bryan

Thanks for noticing, I will take a look tomorrow. I tried to reproduce it, it was difficult but possible after a lot of clicking.

I'm assuming you can't get this to work because by default the buttons are set to wrap_content. Unfortunately you can only change that programmatically at the moment. So give each...

I will reopen this because it's still in todo.

Maybe you can do this by combining this package with [flutter_background_fetch](https://github.com/transistorsoft/flutter_background_fetch). - Just use schedule() to schedule the first notification and store the required interval and starttime in sqlite or...

I solved this by using [tflite_flutter](https://github.com/am15h/tflite_flutter_plugin) and tflite_flutter_helper instead of this library. Here is a gist in case anyone is running into this as well: https://gist.github.com/Bryanx/b839e3ceea0f9647ffbc5f90e3091742.

You can wrap `AutoSizeText` in a `ConstrainedBox` and give it a max width.

You can create a custom picker to do this. Here is an example #93. Because a lot of people are requesting this. It would be a good idea to create...

Thanks for the suggestion, this has been suggested before and I agree it would be useful. I don't have much time to pick this up in the coming weeks and...

Hi, sorry I don't have time for this. I made this plugin a while ago for myself and didn't need this feature. I will try to make some time this...

It's just the standard regex. I'm not sure if/how I can use the JetBrains modifiers. I agree this would be a nice addition. Feel free to create a PR.