Rohit Singh
Rohit Singh
I confirm the issue. My app has 850 items in the list view and the scroll is not smooth even after building the release apk. It stutters when the scrollbar...
Those that want to keep minify enabled along with shrink resources can use: ``` -keep class com.shockwave.** { *; } -keep class com.pycampers.** { *; } ``` in their proguard-rules.pro...
Most of the packages relating to pdf in flutter add from 15-17mb to the build size. The solution I found was to use the native pdf view package. It processes...
@liyang1518 https://pub.dev/packages/native_pdf_view Check the pub page. It's explained pretty clearly.
Okay. So what do I do now? Close the PR? (Sorry but i'm new to contributing.)