jeromekai
jeromekai
官方已经更新了ViewPager2,ViewPager已经停止跟新了
sdk3.0 兼容性问题
flutter sdk 3.0  e: D:\soft\flutter\.pub-cache\hosted\pub.flutter-io.cn\flutter_plugin_record-1.0.1\android\src\main\kotlin\record\wilson\flutter\com\flutter_plugin_record\FlutterPluginRecordPlugin.kt: (30, 1): Class 'FlutterPluginRecordPlugin' is not abstract and does not implement abstract member public abstract fun onRequestPermissionsResult(p0: Int, p1: Array, p2: IntArray): Boolean defined...
版本升级3.0.7 => 3.0.8 直接编译不过了 adapter 的常规实现方式 BaseQuickAdapter
sp 使用的是最新版本 运行时异常 void main() async { await SpUtil.getInstance(); runApp(DemoApp()); .......... } 异常出错位置代码 Future _init() async { _prefs = await SharedPreferences .getInstance(); } await _lock. synchronized(() async { ................................ 有什么解决办法
## Current use version? #### 当前使用的版本是多少? ``` 3.11.2 ``` ## Will this problem occur in demo? #### Demo能否复现这问题? ``` 能 ``` ## Describe the problem or provide an error log?...