https://github.com/felangel/dartdevc_exception_bug
https://github.com/felangel/dartdevc_exception_bug
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felangel/dartdevc_exception_bug
- Owner: felangel
- Created: 2019-12-27T00:58:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T00:58:47.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T00:14:53.143Z (12 months ago)
- Language: Dart
- Size: 178 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*
3. Run in delease mode `flutter run -d chrome --release`
2. Open inspector and view logs*Note: Both transitions occur as expected*
