|
@@ -17,7 +17,7 @@ dependencies:
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
|
|
# Flutter 架构框架 https://github.com/jonataslaw/getx
|
|
|
- get: 4.6.1
|
|
|
+ get: 4.6.5
|
|
|
|
|
|
# Flutter 常用工具类库 https://github.com/Sky24n/flustars
|
|
|
# SpUtil, ScreenUtil,WidgetUti,JsonUtil,EncryptUtil
|
|
@@ -49,9 +49,11 @@ dependencies:
|
|
|
# WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
|
|
|
# webview_flutter: 3.0.2(可以用这一种,也能用下面一种)
|
|
|
# 如何使用?WebviewScaffold 整体WebView带上下结构布局
|
|
|
- # FlutterWebviewPlugin 单独的WebView插件
|
|
|
+ # FlutterWebviewPlugin 单独的WebView插件
|
|
|
# https://pub.dev/packages/flutter_webview_plugin#-readme-tab
|
|
|
- flutter_webview_plugin: ^0.4.0
|
|
|
+ # flutter_webview_plugin: ^0.4.0
|
|
|
+ flutter_webview_plugin:
|
|
|
+ git: https://github.com/nuc134r/flutter_webview_plugin.git
|
|
|
|
|
|
# 自定义下拉刷新控件 https://github.com/xuelongqy/flutter_easyrefresh
|
|
|
# sample示例:https://github.com/xuelongqy/flutter_easy_refresh/tree/v3/example/lib/page/sample
|