youssef-fk

Results 2 comments of youssef-fk

Add AutomaticKeepAliveClientMixin to your stateful widget, and add ``` @override bool get wantKeepAlive => true; ``` as well as ``` super.build(context); ``` in widget's build method.

What did is that, in the `MaterialApp` `builder` function. I added something like this ```dart if (ResponsiveBreakpoints.of(context).screenWidth