File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## 1.2.3 - 2020-11-12
5
+
6
+ ### Fixed
7
+ * [ GFProgressBar] issue.
8
+ * [ GFBottomSheet] minor issue.
9
+ * [ GFIconButton] wrong touch issue. #195
10
+ * [ GFDropdown] minor issue.
11
+ * [ GFCarousel] issue. #185
12
+ * Many more minor improvements.
13
+
14
+
15
+
4
16
## 1.2.2 - 2020-10-02
5
17
6
18
### Fixed
Original file line number Diff line number Diff line change 22
22
## Screenshot
23
23
<p align =" center " >
24
24
<a target =" _blank " href =" https://docs.getwidget.dev/ " >
25
- <img src="https://ik.imagekit.io/ionicfirebaseapp/GitHub_1_O8ZlrxSIo .png" alt="GetWidget Screens">
25
+ <img src="https://ik.imagekit.io/ionicfirebaseapp/GitHub_Image_updated_u9eSV6fDY- .png" alt="GetWidget Screens">
26
26
</a >
27
27
</p >
28
28
@@ -113,4 +113,4 @@ Support this project with your organization. Your logo will show up here with a
113
113
<a href =" https://opencollective.com/getwidget/organization/6/website " ><img src =" https://opencollective.com/getwidget/organization/6/avatar.svg " ></a >
114
114
<a href =" https://opencollective.com/getwidget/organization/7/website " ><img src =" https://opencollective.com/getwidget/organization/7/avatar.svg " ></a >
115
115
<a href =" https://opencollective.com/getwidget/organization/8/website " ><img src =" https://opencollective.com/getwidget/organization/8/avatar.svg " ></a >
116
- <a href =" https://opencollective.com/getwidget/organization/9/website " ><img src =" https://opencollective.com/getwidget/organization/9/avatar.svg " ></a >
116
+ <a href =" https://opencollective.com/getwidget/organization/9/website " ><img src =" https://opencollective.com/getwidget/organization/9/avatar.svg " ></a >
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ packages:
92
92
path: ".."
93
93
relative: true
94
94
source: path
95
- version: "1.2.2 "
95
+ version: "1.2.3 "
96
96
matcher:
97
97
dependency: transitive
98
98
description:
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ packages:
73
73
name: meta
74
74
url: "https://pub.dartlang.org"
75
75
source: hosted
76
- version: "1.3.0-nullsafety.4 "
76
+ version: "1.3.0-nullsafety.3 "
77
77
path:
78
78
dependency: transitive
79
79
description:
@@ -99,7 +99,7 @@ packages:
99
99
name: stack_trace
100
100
url: "https://pub.dartlang.org"
101
101
source: hosted
102
- version: "1.10.0-nullsafety.2 "
102
+ version: "1.10.0-nullsafety.1 "
103
103
stream_channel:
104
104
dependency: transitive
105
105
description:
@@ -143,4 +143,4 @@ packages:
143
143
source: hosted
144
144
version: "2.1.0-nullsafety.3"
145
145
sdks:
146
- dart: ">=2.10.0-110 <= 2.11.0-213.1.beta "
146
+ dart: ">=2.10.0-110 <2.11.0"
Original file line number Diff line number Diff line change 1
1
name : getwidget
2
2
description : GetWidget is open source libraries that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
3
- version : 1.2.2
3
+ version : 1.2.3
4
4
homepage : https://github.com/ionicfirebaseapp/getwidget
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments