Skip to content

Commit 92ba159

Browse files
committed
upgrade denpedencies
1 parent 23bb945 commit 92ba159

15 files changed

+17
-8
lines changed

docs/.gitignore doc/.gitignore

File renamed without changes.

docs/.nojekyll doc/.nojekyll

File renamed without changes.

docs/CNAME doc/CNAME

File renamed without changes.

docs/README.md doc/README.md

File renamed without changes.
File renamed without changes.

docs/_sidebar.md doc/_sidebar.md

File renamed without changes.

docs/index.html doc/index.html

File renamed without changes.

docs/js/index.js doc/js/index.js

File renamed without changes.

docs/package.json doc/package.json

File renamed without changes.

docs/sw.js doc/sw.js

File renamed without changes.

docs/image/banner.png

-203 KB
Binary file not shown.

example/pubspec.lock

+7-2
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,18 @@ packages:
8181
relative: true
8282
source: path
8383
version: "0.1.0"
84+
flutter_web_plugins:
85+
dependency: transitive
86+
description: flutter
87+
source: sdk
88+
version: "0.0.0"
8489
fluttertoast:
8590
dependency: transitive
8691
description:
8792
name: fluttertoast
8893
url: "https://pub.flutter-io.cn"
8994
source: hosted
90-
version: "3.1.3"
95+
version: "4.0.1"
9196
font_awesome_flutter:
9297
dependency: "direct main"
9398
description:
@@ -214,4 +219,4 @@ packages:
214219
version: "3.6.1"
215220
sdks:
216221
dart: ">=2.7.0 <3.0.0"
217-
flutter: ">=1.12.13+hotfix.5"
222+
flutter: ">=1.12.13+hotfix.5 <2.0.0"

lib/src/material/material_toast.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class MToast {
3131
msg: msg,
3232
fontSize: fontSize,
3333
gravity: gravity,
34-
timeInSecForIos: time,
34+
timeInSecForIosWeb: time,
3535
toastLength: toastLength,
3636
backgroundColor: backColor,
3737
textColor: textColor);

pubspec.lock

+7-2
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,18 @@ packages:
6767
description: flutter
6868
source: sdk
6969
version: "0.0.0"
70+
flutter_web_plugins:
71+
dependency: transitive
72+
description: flutter
73+
source: sdk
74+
version: "0.0.0"
7075
fluttertoast:
7176
dependency: "direct main"
7277
description:
7378
name: fluttertoast
7479
url: "https://pub.flutter-io.cn"
7580
source: hosted
76-
version: "3.1.3"
81+
version: "4.0.1"
7782
font_awesome_flutter:
7883
dependency: "direct main"
7984
description:
@@ -200,4 +205,4 @@ packages:
200205
version: "3.6.1"
201206
sdks:
202207
dart: ">=2.7.0 <3.0.0"
203-
flutter: ">=1.12.13+hotfix.5"
208+
flutter: ">=1.12.13+hotfix.5 <2.0.0"

pubspec.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: flutter_ui
22
description: A Flutter UI package,include action sheet,badge,button,check list,datetime picker,
33
field,index list etc...
44
version: 0.1.0
5-
author: xiaomo <[email protected]>
65
homepage: https://github.com/flutter-jp/flutter_ui
76

87
environment:
@@ -11,8 +10,8 @@ environment:
1110
dependencies:
1211
flutter:
1312
sdk: flutter
14-
webview_flutter: ^0.3.15+1
15-
fluttertoast: ^3.1.3
13+
webview_flutter: ^0.3.22+1
14+
fluttertoast: ^4.0.1
1615
font_awesome_flutter: ^8.5.0
1716

1817
dev_dependencies:

0 commit comments

Comments
 (0)