Sergio Rodrigo
Sergio Rodrigo
> Hi, check [this](https://codepen.io/CcRaZyY/pen/rbPOzj). > You just need to use `flex: 1;` for the element that should take up more space I'm not sure why you got down votes. This...
Hi @RedstoneMedia - I ran into the same issue. You probably need to follow these steps on the README, to add the sdk https://github.com/westracer/flutter_native_opencv/blob/master/README.md?plain=1#L13-L19
Hi @MonikaPiero I'm not maintaining this library at the moment. PRs are welcome though :)
Hi, It should be possible using `HintAdapter#getHintPosition`. I think this test matches your use case. https://github.com/srodrigo/Android-Hint-Spinner/blob/5ca10eae96d01bfd14f27467774d664c60be5cb9/library/src/androidTest/java/me/srodrigo/androidhintspinner/HintSpinnerTest.java#L117 Thank you.
Hi Gustavo, I think that's not possible at the moment. As you say, getView is not called when the list is empty. Let me think if it's possible to change...
> As a side note, users willing to have their game running on consoles should also aim at fixing any warnings generated by enabling `true` because console games are built...
I'm also looking into implementing cloning. It'd be great if an example was added to Storybook.