Romain Rastel
Romain Rastel
Is there a question?
Hi @chrisalex-w, you can get a `SlidableController` from a child of the `Slidable`. With that you can, for example, use it when a widget loses its focus.
I can confirm it does not work with Flutter 3.7.7 with Android
Thanks for the investigation @darshankawar. In the repro code we use an external plugin to get the orientation, because we want to be able to get the device orientation when...
[flutter_staggered_grid_view](https://pub.dev/packages/flutter_staggered_grid_view) has been completely rewritten, and the performance of Masonry lists have been greatly improved.
I think it would be better if it was just an option. Setting `gitInfo` to `null ` in this case.
Hi @remonh87, we tried with at least two different phones. I asked for the other model. On which version is your Google Pixel 4a? Maybe it's also related to a...
The other phone where it does not work is a Xiaomi redmi note 11 with Android 12, so it's not because of the Android version since it works with yours...
Hi @remonh87, it would be really helpful if you could create an minimal reproducible repo which I could test, thank you very much. I tested the branch `test-android-view` and I...
Thanks @remonh87! So I tested the repo you created and it does nothing when I click on `NativeButton`. But as you predicted, I can see `tapped` in the console when...