Sivaram Subramanian
Sivaram Subramanian
Using DraggableScrollBar for ListView (with width 1000) inside Horizontal SingleChildScrollBarView, the scrollbar appears only after scrolling horizontally to the end of list. ``` SingleChildScrollView( scrollDirection: Axis.horizontal, controller: _horizontalScrollController, child: SizedBox(...
Hi, have you planned any improvements for text rendering. I’m painting >1000 paragraph objects per frame and it’s causing a huge lag. Apology for raising this as an issue.
Hi, I'm using jsonapi-converter in my Android Project. I have used @Id annotation in many of my model classes. I'm facing the following issue in my network calls with Proguard...