Skip to content

Commit 373d72d

Browse files
author
xuyingjun
committed
ReadMe
1 parent c3ba3cf commit 373d72d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ doubleButton|双按钮控件
230230
listViewOfListTile|列表Tile组件
231231
listViewOfRadioButton|列表按钮组件
232232
divider|分割线组件
233-
height|弹窗高度
234233
widget|自定义语义化组件
235234

236235
## ⚡ Custom Widget

Diff for: pubspec.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by pub
2-
# See https://dart.dev/tools/pub/glossary#lockfile
2+
# See https://www.dartlang.org/tools/pub/glossary#lockfile
33
packages:
44
async:
55
dependency: transitive
66
description:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.2.0"
10+
version: "2.1.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -66,14 +66,14 @@ packages:
6666
name: pedantic
6767
url: "https://pub.dartlang.org"
6868
source: hosted
69-
version: "1.7.0"
69+
version: "1.5.0"
7070
quiver:
7171
dependency: transitive
7272
description:
7373
name: quiver
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "2.0.3"
76+
version: "2.0.2"
7777
sky_engine:
7878
dependency: transitive
7979
description: flutter
@@ -120,7 +120,7 @@ packages:
120120
name: test_api
121121
url: "https://pub.dartlang.org"
122122
source: hosted
123-
version: "0.2.5"
123+
version: "0.2.4"
124124
typed_data:
125125
dependency: transitive
126126
description:
@@ -136,4 +136,4 @@ packages:
136136
source: hosted
137137
version: "2.0.8"
138138
sdks:
139-
dart: ">=2.2.2 <3.0.0"
139+
dart: ">=2.2.0 <3.0.0"

0 commit comments

Comments
 (0)