KL
KL
Any news on this?
What is MaterialRefreshView? Cannot resolve
Ahh I see, thanks
> > > It should be as it is stated on the README and also is the main point of this plugin. But unfortunately I am trying that and getting...
> > > The background isn't rendered at all and I found why. > In Terminal.cs you use SetupWindow in Start, where window sizes are not always calculated and return...
> Hi all, I am facing the same problem too, I'm on Android 11. > > I tried several options like: > > * Targeting SDK 29 with `android:requestLegacyExternalStorage="true"` >...
My Firefox download said this is a virus :(
Any fix? The library not working at all
Sorry it is working if you set reverse: true in your listview, but then 1, you need to reverse the layouts in the listview 2, first time it is always...
Sorry I made a workaround in your code: ``` //workaround to move always center the screen _scrollToObject(RenderBox object) { Offset position = object.localToGlobal(Offset.zero); final top = position.dy + widget.focusPadding; _scrollTo(top);...