You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve result display in example apps to use .value and jsonEncode
- Replace result.toString() with JsonEncoder.withIndent(' ').convert(result.value)
- Update playground_screen.dart to use proper JSON formatting for results
- Update app.dart to use proper JSON formatting for results
- Add dart:convert import where needed
- Ensures consistent and properly formatted result display across all example apps