An open API service indexing awesome lists of open source software.

https://github.com/felangel/dartdevc_exception_bug


https://github.com/felangel/dartdevc_exception_bug

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# dartdevc_exception_bug

## Reproduction Steps

1. Run in debug mode `flutter run -d chrome`
2. Open inspector and view logs

*Note: Only the first transition occurs...after the exception is caught no more state changes occur*
![debug_mode](./assets/debug_mode.png)

3. Run in delease mode `flutter run -d chrome --release`
2. Open inspector and view logs

*Note: Both transitions occur as expected*
![debug_mode](./assets/release_mode.png)