卡特皮勒

Results 13 comments of 卡特皮勒

Get.create(() =>C(data: data)); ``` GetBuilder( global: false, init:C(data: data) ... ) ```

现在好多烂尾工程,即使2.0不出也是

> 现在好多烂尾工程,即使2.0不出也是 fijkplayer这个库bug都不管了

> > 一样 > > 在哪里? ![image](https://user-images.githubusercontent.com/21257035/117594018-d6e8cf80-b16f-11eb-8e99-b0101e724a49.png) 还不快快呈上来

SvgPicture.*** .errorBuilder

> 你好,请问下清除缓存无效这个bug是怎么发生的? 能在example里面复现吗? 为 dio 添加拦截器: dio.interceptors.add(DioCacheManager(CacheConfig(baseUrl: "http://www.google.com")).interceptor); 为需要缓存的请求添加 options: Dio().get( "http://www.google.com", options: buildCacheOptions(Duration(days: 7)), ); 3 _dioCacheManager.clearAll(); 文档如是。