Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过访问我的程序中的 JSON 文件来创建地图列表。在 Dart 中是否有可能,如何?如果没有,您能否就此提出一些替代方案?
List<Map> listOfMaps = [{"name":"Map1"},{"name":"Map2"}];
内置 JSON 解析器会自动执行此操作:Dartdocs