N0Noorz

Results 5 comments of N0Noorz

[get_router_delegate.dart](https://github.com/jonataslaw/getx/blob/master/lib/get_navigation/src/routes/get_router_delegate.dart) ```Dart @override Future popRoute({ Object? result, PopMode? popMode, }) async { //Returning false will cause the entire app to be popped. final wasPopup = await handlePopupRoutes(result: result); if (wasPopup)...

` /// The color of top status bar. /// /// Only honored in Android version M and greater. final Color? statusBarColor; ` if you wrap Scaffold with SafeArea Widget, you...

> > ` /// The color of top status bar. /// /// Only honored in Android version M and greater. final Color? statusBarColor;` > > if you wrap Scaffold with...

> same behavior with Flutter 3 and Getx beta version 5.0.0.beta.51... willpopscope is not getting called when device back button is clicked try BackButtonListener