Rohit Singh

Results 8 comments of 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.)

Here how I got it working with all the options in macos ```rust //main.rs #[derive()] struct App { // The object needs to be alive for the lifetime of the...

This is an example using muda. ```rust use egui::IconData; use muda::Menu; use muda::{ MenuEvent, MenuItem, PredefinedMenuItem, Submenu, accelerator::{Accelerator, Code, Modifiers}, }; mod modules; mod state; #[derive()] struct App { menu:...

This problem was happening to me when I used to connect from India -Jio network, but using a vpn and switching to canada solved it for me. No errors at...