Skip to content

Commit d6b3d5d

Browse files
committed
v1.0.3
1 parent f95dcba commit d6b3d5d

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.3
2+
3+
- Fixed Pixel line leak problem
4+
- Added appBarColor support
5+
16
## 1.0.2
27

38
- Added headerBottomBar support

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ packages:
5656
path: ".."
5757
relative: true
5858
source: path
59-
version: "1.0.2"
59+
version: "1.0.3"
6060
fake_async:
6161
dependency: transitive
6262
description:

pubspec.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.8.1"
10+
version: "2.8.2"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -21,7 +21,7 @@ packages:
2121
name: characters
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0"
24+
version: "1.2.0"
2525
charcode:
2626
dependency: transitive
2727
description:
@@ -80,7 +80,14 @@ packages:
8080
name: matcher
8181
url: "https://pub.dartlang.org"
8282
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"
8491
meta:
8592
dependency: transitive
8693
description:
@@ -148,7 +155,7 @@ packages:
148155
name: test_api
149156
url: "https://pub.dartlang.org"
150157
source: hosted
151-
version: "0.4.2"
158+
version: "0.4.8"
152159
typed_data:
153160
dependency: transitive
154161
description:
@@ -162,7 +169,7 @@ packages:
162169
name: vector_math
163170
url: "https://pub.dartlang.org"
164171
source: hosted
165-
version: "2.1.0"
172+
version: "2.1.1"
166173
sdks:
167-
dart: ">=2.12.0 <3.0.0"
174+
dart: ">=2.14.0 <3.0.0"
168175
flutter: ">=1.17.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: draggable_home
22
description: Draggable is a library for adding a beautiful draggable home page
3-
version: 1.0.2
3+
version: 1.0.3
44
repository: https://github.com/4-alok/draggable_home
55
documentation: https://github.com/4-alok/draggable_home/blob/main/README.md
66

0 commit comments

Comments
 (0)