clragon

Results 138 comments of clragon

pageKey tells you which page you are on. this can be anything from a number going up to a string that tells the database cursor where it is. putting random...

Thank you for reporting this. This issue is caused by the e621 API changing and consequently breaking how the app parses the API responses. I will probably release a patch...

sorry about that! 7.0.1 was actually a breaking change and I replaced `InputButtonConfig` with `KeyPadConfig`. I have added this to the migration guide in the readme. #89 should fix the...

I was looking to get a counter on the modifier keys specifically, but there seems no option to do so...

Is there any update on this? I love how easy this package is to use, but I'm trying to parse a custom markdown language and not having nested matching makes...

I guess if we ever get #350, it could fix that, by setting the minimum to 1.

as of right now, I do not think that the repo maintainers will implement code themselves anymore, I assume they do not have time for it. But if you were...

you can do that by adding `direction: AxisDirection.up` to your typeaheadfield.

yes, that is correct. In my code I do something like this: ```dart controller.selection = TextSelection( baseOffset: controller.text.length, extentOffset: controller.text.length, ); ``` inside of `onSuggestionSelected`