Component - JSON parsing (jsonDecode)
This Flutter widget shows how to parse a JSON string using jsonDecode and display the parsed data on screen. It demonstrates converting a JSON string into a Dart map and using the data in the UI.
This Flutter widget shows how to parse a JSON string using jsonDecode and display the parsed data on screen. It demonstrates converting a JSON string into a Dart map and using the data in the UI.
Scaffold
├─ AppBar
│ └─ Text
└─ Center
└─ Column
├─ Text (Name)
└─ Text (Age)