File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.3
2
+
3
+ - Fixed Pixel line leak problem
4
+ - Added appBarColor support
5
+
1
6
## 1.0.2
2
7
3
8
- Added headerBottomBar support
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ packages:
56
56
path: ".."
57
57
relative: true
58
58
source: path
59
- version: "1.0.2 "
59
+ version: "1.0.3 "
60
60
fake_async:
61
61
dependency: transitive
62
62
description:
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
name: async
8
8
url: "https://pub.dartlang.org"
9
9
source: hosted
10
- version: "2.8.1 "
10
+ version: "2.8.2 "
11
11
boolean_selector:
12
12
dependency: transitive
13
13
description:
@@ -21,7 +21,7 @@ packages:
21
21
name: characters
22
22
url: "https://pub.dartlang.org"
23
23
source: hosted
24
- version: "1.1 .0"
24
+ version: "1.2 .0"
25
25
charcode:
26
26
dependency: transitive
27
27
description:
@@ -80,7 +80,14 @@ packages:
80
80
name: matcher
81
81
url: "https://pub.dartlang.org"
82
82
source: hosted
83
- version: "0.12.10"
83
+ version: "0.12.11"
84
+ material_color_utilities:
85
+ dependency: transitive
86
+ description:
87
+ name: material_color_utilities
88
+ url: "https://pub.dartlang.org"
89
+ source: hosted
90
+ version: "0.1.3"
84
91
meta:
85
92
dependency: transitive
86
93
description:
@@ -148,7 +155,7 @@ packages:
148
155
name: test_api
149
156
url: "https://pub.dartlang.org"
150
157
source: hosted
151
- version: "0.4.2 "
158
+ version: "0.4.8 "
152
159
typed_data:
153
160
dependency: transitive
154
161
description:
@@ -162,7 +169,7 @@ packages:
162
169
name: vector_math
163
170
url: "https://pub.dartlang.org"
164
171
source: hosted
165
- version: "2.1.0 "
172
+ version: "2.1.1 "
166
173
sdks:
167
- dart: ">=2.12 .0 <3.0.0"
174
+ dart: ">=2.14 .0 <3.0.0"
168
175
flutter: ">=1.17.0"
Original file line number Diff line number Diff line change 1
1
name : draggable_home
2
2
description : Draggable is a library for adding a beautiful draggable home page
3
- version : 1.0.2
3
+ version : 1.0.3
4
4
repository : https://github.com/4-alok/draggable_home
5
5
documentation : https://github.com/4-alok/draggable_home/blob/main/README.md
6
6
You can’t perform that action at this time.
0 commit comments