Update main.dart

Dart Analysis Tab :
error: Undefined name 'JSON'. (undefined_identifier at [flutter_app] lib/second.dart:34)
This commit is contained in:
Ephenodrom
2018-11-15 13:24:28 +01:00
committed by GitHub
parent af4420f2f4
commit 23cf8a8245

View File

@ -31,7 +31,7 @@ class MyAppState extends State<MyApp> {
.loadString('data_repo/starwars_data.json'),
builder: (context, snapshot) {
// Decode the JSON
var new_data = JSON.decode(snapshot.data.toString());
var new_data = json.decode(snapshot.data.toString());
return new ListView.builder(
// Build the ListView