Yazeed AlKhalaf

Results 49 comments of Yazeed AlKhalaf

It is not a bug really. Add this to the initialization code: ```dart youtubePlayerController.onEnterFullscreen = () { SystemChrome.setPreferredOrientations([ DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight, ]); }; youtubePlayerController.onExitFullscreen = () { SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]); Future.delayed(const Duration(seconds: 1),...

That's great to hear 🚀😍

@HermanFassett It been a while 😂🙈🚀

hi it has been 9 months 🙈

@yahu1031 interesting, but I am trying to look for a native way without depending on more packages. I believe the code for it would be just a couple of lines...

Will look into it, thanks for noting 🚀

I think it is related to upgrading the `auto_route` package. I also have to remove `stacked_services` and have my own way of showing snack bars and dialogs. The new `auto_route`...

@yahu1031 Can you open another issue for the `theme_box.hive` problem.

@yahu1031 `theme_box.hive` problem has been solved in the latest commit. I updated my package to support custom directories! 🚀

great idea @jxstxn1 i suggest `flutter_lints` which is made for flutter.