We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09c537 commit 7d6fde1Copy full SHA for 7d6fde1
lib/src/utilities/app_bloc_observer.dart
@@ -18,6 +18,7 @@ class AppBlocObserver extends BlocObserver {
18
..write('Transition: ${transition.currentState.runtimeType}')
19
..writeln(' => ${transition.nextState.runtimeType}')
20
..write('New State: ${transition.nextState.toString().limit(100)}');
21
+ logger.info(buffer.toString());
22
super.onTransition(bloc, transition);
23
}
24
0 commit comments