flutter Error: Operator '[]' cannot be called on 'Map<dynamic, dynamic>?' because it is potentially null
I am new to Flutter and had been browsing through Stackoverflow. I recently encounter a problem with fetch data from URL and unable to understand even after reading it. This is my code import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as…