flutter_examples_compilation icon indicating copy to clipboard operation
flutter_examples_compilation copied to clipboard

App screen flickers

Open avantgarde0707 opened this issue 2 years ago • 1 comments

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 avatar Nov 15 '22 11:11 avantgarde0707

@avantgarde0707 Can you post a video, I cannot reproduce the flickering

Yayo-Arellano avatar Feb 07 '23 14:02 Yayo-Arellano