欢迎加入我们~
知乎图片选择flutter安卓插件库
此库取自官方webview_flutter-2.0.8版本 因为浏览器设置原因,h5显示的字体太大,需要设置viewport属性 故在FlutterWebView中 /// 添加了如下两行代码 webView.getSettings().setUseWideViewPort(true); webView.getSettings().setLoadWithOverviewMode(true);
在官方flutter_swiper的基础上进行竖向swiper的修改
获取android下多渠道包名 androidmanifest下 <meta-data android:name="UMENG_CHANNEL" android:value="xxx" /> 在Application中调用: ChannelGetPlugin.setContext(this);