List.generate The getter 'length' was called on null. Receiver: null Tried calling: length
问题 both files have same problem **The getter 'length' was called on null. Receiver: null Tried calling: length ** file name product.dart import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import './product_list.dart'; import '../../../api/api_conf.dart' as ApiBase; import '../../../size_config.dart'; import './section_title.dart'; class PopularProducts extends StatefulWidget { @override _PopularProductsState createState() =>