tk2232

Results 10 comments of tk2232

I tried a few solutions, but none that worked properly. Multisort is not the problem. I have difficulties with the preview and I have no idea how to connect this...

I have the same question. Is it possible to remove the wrapper for a specifig widget? When I use flutter_map https://pub.dev/packages/flutter_map the touch event gives the wrong position For now...

@mohammedX6 of course. ```dart return OnBuilder( listenTo: connectivityRM, builder: () => ResponsiveWrapper.builder( BouncingScrollWrapper.builder(context, widget!), maxWidth: 1200, minWidth: 480, defaultScale: true, breakpoints: [ const ResponsiveBreakpoint.resize(480, name: MOBILE), const ResponsiveBreakpoint.autoScale(800, name: TABLET),...

@pmg1991 I solved the problem as follows https://github.com/Codelessly/ResponsiveFramework/issues/50#issuecomment-1023641178

I tested OnBackNavigationScope and it works without any problems. Thanks, great job. I would wait for the release version before closing the issue

@6utt3rfly thanks for your result. I've found a bug, some idea how to fix it? Bug List of numbers ![image](https://user-images.githubusercontent.com/33070559/71064500-81251900-216f-11ea-8339-f60bb3003909.png) Choose first three numbers ![image](https://user-images.githubusercontent.com/33070559/71064558-ab76d680-216f-11ea-93c6-61fad01ff11e.png) Try to sort them behind...

That looks good. Do you have any ideas on how to change the preview so that the elements appear in a row like moving a single element?

I've encountered the same issue on Windows 10 and 11. After downgrading from Nomad 1.8.3 to 1.7.7, everything worked as expected again.