Temur Ashurov
Temur Ashurov
Doesn't support safe area in swift4, is there any one who solved this?
have the same issue, any resolution for this?
flutter upgrade seems to solve the problem
@pingxiaodou _FocusScope.of(context).requestFocus(FocusNode()); before Navigator.pop(context);_ This also works fine! That might be a quick workaround.
Have you also tried to keep a specific position in tableview when closing and reopening left menu?