Andika Tanuwijaya
Andika Tanuwijaya
@n0noob you mean like tilting your head some degree to the left/right? If yes, you can calculate it by yourself. Something like this. ``` const predictions = await model.estimateFaces(video); if...
@victorsanni which test files that contain the failing tests? I run these test files and they are green. EDIT: ah my bad, are you talking about tests from @justinmc's PR?
@victorsanni what is the reason of using `SizedBox.shrink()` here? For search anchor purpose? https://github.com/flutter/flutter/blob/3449a17109010b0349b4baf91460394c19bc9cb4/packages/flutter/lib/src/widgets/autocomplete.dart#L549-L550 Since I am constraining the overlay based on target which is textfield, when the target is...
@victorsanni I tested using the code in @justinmc's PR, it does not fix part of the overlay hidden behind the soft keyboard. Sorry I should rephrase, the main issue I...
@victorsanni Okay, so here is the plan for this PR then - create the specific issue this PR is meant to fix - merge the test from https://github.com/flutter/flutter/pull/143249, and make...
Will wait for the result of https://github.com/flutter/flutter/pull/143249
Fixes https://github.com/flutter/flutter/issues/157664
@victorsanni nice, yes I will continue working on this PR.
@huycozy it should be y-constrained based on the available height above the insets (keyboard), if you notice both the expected and actual result are scrollable, but in the actual result...
@huycozy you can see more examples here https://github.com/flutter/flutter/pull/157590