medyas

Results 20 comments of medyas

@mdehsasw @mustakimpawle @guyzk I have created a new package which has support for both LTR & RTL, and also some other features. [Flutter Zoom Drawer](https://pub.dev/packages/flutter_zoom_drawer)

the main reason that this package does not support web is that `flutter_svg` package, which this one depends on it, still has no web support

@wackyapps the issue is happening because the `dependency_override`. If you remove it, you won't have this crash. will try to update the package dependencies on i have time

@omar-danasoury your welcome to creating a pull request

@ArslanKhan99 i don't have a Mac, if you could test and provide more details about the issue

@SyedFaizan25 could you provide more details about the issue !

@md-rifatkhan @Obada-Maplit the location is required for the plugin to function. please check the example project

@Obada2020 the message is printed in native android by the `flutter_compass` plugin and currently not able to detect this in the qiblah plugin

Getting the same issue when using `pushAndPopUntil` inside a `BlocListener` to logout the user: ``` context.router.pushAndPopUntil( const OnBoardingRoute(), predicate: (_) => false, ); ``` Using: ``` auto_route: ^6.4.0 auto_route_generator: ^6.2.0...

@MuhammadIbrahimSE could you provide a sample project