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 11# Changelog
22
33
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+
416## 1.2.2 - 2020-10-02
517
618### Fixed
Original file line number Diff line number Diff line change 2222 ## Screenshot
2323 <p align =" center " >
2424 <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">
2626 </a >
2727</p >
2828
@@ -113,4 +113,4 @@ Support this project with your organization. Your logo will show up here with a
113113<a href =" https://opencollective.com/getwidget/organization/6/website " ><img src =" https://opencollective.com/getwidget/organization/6/avatar.svg " ></a >
114114<a href =" https://opencollective.com/getwidget/organization/7/website " ><img src =" https://opencollective.com/getwidget/organization/7/avatar.svg " ></a >
115115<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:
9292 path: ".."
9393 relative: true
9494 source: path
95- version: "1.2.2 "
95+ version: "1.2.3 "
9696 matcher:
9797 dependency: transitive
9898 description:
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ packages:
7373 name: meta
7474 url: "https://pub.dartlang.org"
7575 source: hosted
76- version: "1.3.0-nullsafety.4 "
76+ version: "1.3.0-nullsafety.3 "
7777 path:
7878 dependency: transitive
7979 description:
@@ -99,7 +99,7 @@ packages:
9999 name: stack_trace
100100 url: "https://pub.dartlang.org"
101101 source: hosted
102- version: "1.10.0-nullsafety.2 "
102+ version: "1.10.0-nullsafety.1 "
103103 stream_channel:
104104 dependency: transitive
105105 description:
@@ -143,4 +143,4 @@ packages:
143143 source: hosted
144144 version: "2.1.0-nullsafety.3"
145145sdks:
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 11name : getwidget
22description : 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
44homepage : https://github.com/ionicfirebaseapp/getwidget
55
66environment :
You can’t perform that action at this time.
0 commit comments