Wege

Results 2 issues of Wege

I used this code: ```dart return ResponsiveWrapper.builder( ClampingScrollWrapper.builder(context, Mechanism(child!)), landscapePlatforms: [ResponsiveTargetPlatform.android, ResponsiveTargetPlatform.iOS], minWidth: 340, defaultScaleFactor: 1.0, defaultScale: true, breakpoints: const [ ResponsiveBreakpoint.resize(340, scaleFactor: 1), ResponsiveBreakpoint.autoScale(390, scaleFactor: 1.14), ResponsiveBreakpoint.autoScale(550, scaleFactor: 1.2),...

Hello, I found out that just_audio shuffle method only made a random indexes of current playlist for once only. Meanwhile, in VLC app, it doesn't work that way. If we...