我已经安装了windows 10 64位和Androidstudio 64位。让android应用程序运行得很好。一切都很好。[√] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [Version 10.0.18363.535b04)
[√] AndroidStudio
我想连接到Api url,检索json并将所有内容存储在对象列表中。作为Json,url可以返回的内容的。注意,在开头有一个count、page和last_page。不特定的搜索可以轻松地返回多达1000页的结果。 public int total { get; set; }
public List<Result> results { get;