Closed anshuman-111 closed 1 year ago
flutter run -d chrome --release
Expanded
Row
GestureDetector
JsonObjectViewerStateV2.getValueWidget(content)
Fixed JSON Viewer Bug
Fix works for
flutter run -d chrome --release
Bug Report from Chrome Console
Another exception was thrown: Instance of 'minified:kh\\'
Cause of Bug
1. Premature Optimization
2. Use of
Expanded
as an indirect descendant ofRow
Steps taken to fix bug
1. Commented out previous changes one by one
2. Replaced new code with old code for testing
3. Remove
Expanded
widget that was wrappingGestureDetector
inJsonObjectViewerStateV2.getValueWidget(content)
UI Preview after fix