Sabin Neupane

Results 14 comments of Sabin Neupane

There were other multiple PRs to reintroduce the lifecycle events on windows after it got reverted. Those have been merged and I believe it should work on beta/master channel (not...

Yeah, I agree. I have encountered some hassle while I was implementing this one. The minimized state was returning true even after the window being restored. But i solved it....

Hi @vincentdelitz, any plans for desktop support ? I wanted to use it on windows.

> Are you having problems on macOS? Windows, macOS and Web > Could you try changing the TableScrollbar class? Could you add the parameter in SingleChildScrollView? > `physics: const AlwaysScrollableScrollPhysics()`...

I am using two fingers on a trackpad to swipe left/right.

Yes, I am able to scroll horizontally if the gesture is on the horizontal scroll bar but I expect the same when the gesture is on the table because it...

Is there any upstream dart/flutter issue for this int-double runtime error ?

Does squadron_builder also need to be updated ?

I have few issues when using squadron and squadron builder from github for WASM Compatibility. 1. I have to override the dependency for squadron. Without the override, the pub get...

Should this be changed ? From: `dart compile js lib/src/browser/service_worker.dart -o web/service_worker.dart.js` To: `dart compile wasm lib/src/browser/service_worker.dart -o web/service_worker.dart.wasm`