Skip to content

v3.0

Compare
Choose a tag to compare
@PGzxc PGzxc released this 28 May 10:30
· 12 commits to master since this release
  • 使用GetConnect搭建网络访问框架,使用baseResponse进行结果解析
  • 接口返回的结果,使用https://caijinglong.github.io/json2dart/index.html快速生成,放到models包中
  • 登陆注册界面及功能完成
  • 登陆/注册之后的Cookie数据保存到SharedPreference中,在接口请求前,读取SharedPreference中到Cookie数据
  • 导入google的UI Kit工具库
  • 删除之前到flutter_zoom_drawer,使用google自带的drawer
  • 列表项需要缓存,只需要使用 KeepAliveWrapper包裹,防止多次加载