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+
16## 1.0.2
27
38- Added headerBottomBar support
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 "
166173sdks:
167- dart: ">=2.12 .0 <3.0.0"
174+ dart: ">=2.14 .0 <3.0.0"
168175 flutter: ">=1.17.0"
Original file line number Diff line number Diff line change 11name : draggable_home
22description : Draggable is a library for adding a beautiful draggable home page
3- version : 1.0.2
3+ version : 1.0.3
44repository : https://github.com/4-alok/draggable_home
55documentation : https://github.com/4-alok/draggable_home/blob/main/README.md
66
You can’t perform that action at this time.
0 commit comments