Matt Larsuma
Matt Larsuma
Thanks @knaeckeKami!
Ps, these directives are defined and required by the core GraphQL specification, so their support in the library is essential!
Thanks, but when I clear and reset the controller.text directly, the cursor is locked before the first character and will no longer accept user input. ![Screen Shot 2020-11-03 at 11...
> @mlars84 were you able to find out how to do it? Not yet. I'll update here when I do though.
@hkurma - How did you "figure it out"?
Workaround solution: ``` abstract class FirstPageKey { T firstPageKey(T a, int b); } T firstPageKeyShim(T a, int? b) { if (a is int) return a; throw 'unknown'; } @GenerateMocks( [],...
@adrianflutur - Are you still planning to maintain this package?
This would be super useful to me right about now. Thanks for the PR and hopefully it gets merged in!
I'm considering this package with the same question. @johnadvincula-ada, did you ever find a solution? I currently use [environment_config](https://pub.dev/packages/environment_config), which works well with codemagic, but is pretty quirky otherwise.