v_base_framework 2.7.2%2Bd
SDKflutter
Platformandroidioswindowslinuxmacosweb
An excellent basic library, the core functions include four:1. To do the second encapsulation of dio library, 2. Privacy permission application and exception handling, 3 MVVM framework underlying support, 4, other tools, specific documents can be viewed, and finally welcome to use
v_base_framework
基础结构中公共部分,核心来自base_library_3库,这一版主要改造成plugins,虽然当前只有UI和网络的公共模块
包含下述模块
- 底层库初始化模块
- 网络层模块,
- 包含loading的隐藏和显示
- loading的高度自定义
- 常用请求的封装和json解析、各种异常处理
- 网络层基础配置(代理、拦截器、超时、baseUrl)
- 包含loading的隐藏和显示
- logger,类似于之前在原生安卓使用的logger的功能,可以通过log直接打开对应代码
- basePage:公共页面,tabbarpage的保活
- toast:toast轻提示封装