flutter_examples_compilation
flutter_examples_compilation copied to clipboard
App screen flickers
Hi,
when start flutter_simple_firebase_crud_cubit the app is flickering during refresh of Home screen. This happened after user is login into firebase. Main reason could be because of onGenerateRoute in MaterialApp and BlocListener (AuthState.signedIn -> _navigatorKey.currentState ?.pushNamedAndRemoveUntil(Routes.home, (r) => false);). Is there good way to avoid this?
Thanks in advance
@avantgarde0707 Can you post a video, I cannot reproduce the flickering