Frederik St-Onge

Results 21 comments of Frederik St-Onge

> I noticed this issue today as well and came up with a manual workaround for building my iOS app via Codemagic. First, here's the error I got on codemagic:...

It would be nice to determine the position of the control in the screen and accordingly change the position of the suggestions (if at the bottom, show suggestions at the...

> @davidmartos96 The `resize` method is already public and you can call it on the controller whenever you need to. @frederikstonge This behaviour is already part of the package, though...

Also, just added a periodic timer to resize, if the suggestionbox was drawn shrinked because of the available space at the bottom of the screen, calling resize on the controller...

There's also qwik-speak that does the same : https://github.com/robisim74/qwik-speak

Here's my workaround. Create a nuget-tools.config : ```xml ``` Then use this : ```bash dotnet tool install --global --configfile nuget-tools.config ```

Technically, you can add it as a dev dependency and run dart run flutterfire_cli:flutterfire_dev. However, the cli project uses an old version of the http package, which has dependency conflicts...

> I see. the `resize` method should definitely trigger the field to recalculate its position/size though it seems this is somehow not working correctly, from multiple reports. I will investigate...

I'm currently facing an issue with dummy values where my ChopperClient mock throws an exception on `when` with this : ``` This means Mockito was not smart enough to generate...