flutter-osc
flutter-osc copied to clipboard
基于Google Flutter的开源中国客户端,支持Android和iOS。
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':barcode_scan' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.51 这是是插件的版本不对导致的吗?请问一下该怎么改呢?
建议使用dio 网络请求 https://github.com/flutterchina/dio/blob/master/README-ZH.md
页面状态未保存
在动弹页面push到另外一个页面再pop回来切换tab页面重新绘制【自动滑动到顶部】
在info.plist增加以下兩行 ``` NSCameraUsageDescription Camera permission is required for barcode scanning. ``` (我的裝置是ios12)
ERR : Package image_picker has no versions that match >=0.4.1
Xcode's output: ↳ In file included from /Users/guohaisheng/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/ios/Classes/SharedPreferencesPlugin.m:5: /Users/guohaisheng/.pub-cache/hosted/pub.dartlang.org/shared_preferences-0.4.2/ios/Classes/SharedPreferencesPlugin.h:5:9: fatal error: 'Flutter/Flutter.h' file not found #import
键盘遮挡评论区域
评论的时候,键盘遮挡了评论的区域,导致看不见已输入的内容~