- Run in debug mode
flutter run -d chrome
- Open inspector and view logs
Note: Only the first transition occurs...after the exception is caught no more state changes occur
- Run in delease mode
flutter run -d chrome --release
- Open inspector and view logs