Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 571 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 571 Bytes

基于Flutter的常用功能点事例:

  • 路由(fluro)
    • 不带参数
    • 带参数
  • 数据请求(dio)
  • 状态管理(redux+flutter_redux+redux_thunk)
  • 无限滚动列表
  • 表单
  • 文件上传(file_picker+dart:io+dio)
  • 浏览网页(flutter_webview_plugin)
  • 本地存储
    • 文件(path_provider)
    • 数据库(sqflite)
    • 简单数据(share_preferences)
  • 消息通知
  • 外部调用打开APP
  • 调用原生库
  • 打包
    • logo更换(flutter_launcher_icons)
    • Android
    • IOS