Mykhailo Krentsin
Mykhailo Krentsin
Firstly locale is important, I tested on the emulator so for me it was not a problem. but I also have thoughts that this issue is connected to flutter sdk...
I am interested, but currently have no time for this. Also about linitations - how to select radians and degrees for trigonometry?!
After upgrading version I get other errors: C:\Users\mishatron\.gradle\caches\transforms-1\files-1.1\support-compat-28.0.0.aar\fb5eefc31324a551634e3e3113ad8402\res\values\values.xml:133:5-70: AAPT: error: resource android:attr/fontVariationSettings not found. C:\Users\mishatron\.gradle\caches\transforms-1\files-1.1\support-compat-28.0.0.aar\fb5eefc31324a551634e3e3113ad8402\res\values\values.xml:133:5-70: AAPT: error: resource android:attr/ttcIndex not found. Also should be sdk28 for android to make it...
Yes, I also reproduced this issue. Please help us
@kairyou It is a bad suggestion because the list can be inside another widget and it is impossible to decrease its the height
> In my app, initial loading style is different from load more style. Now only provide loadingBuilder, I should judge by myself. That nice if can provide a load more...
@pilotviper134 you can extend PagewiseLoadController and create there a method like `void insertItem(int position, T item) { this.loadedItems.insert(position, item); this.notifyListeners(); }` This will allow you to update UI after adding...
There is also a problem with refresh. When we set pagewise into refresh indicator and add retry widget to pagewise (with reversed=true) - unexpected behavior is present. when we tap...
the same issue, how can I fix it?