Skip to content

Commit 49523a0

Browse files
Sandip KakadiyaSandip Kakadiya
authored andcommitted
final check, getwidget 1.1.0 release
1 parent 4d30463 commit 49523a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+325
-313
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
.pub/
3131
build/
3232
web/
33-
getflutter-app-kit
34-
getflutter-web-kit
35-
getflutter_app
3633
getwidget-app-kit
3734
getwidget-web-kit
3835
getwidget_app

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
11
# Changelog
22

3+
## 1.1.1 - 2020-06-26
4+
5+
### Added
6+
* added new components
7+
- GFCheckbox
8+
- GFRadio
9+
10+
### Update
11+
* Changed name to GetWidget
12+
13+
### Fixed
14+
* Many minor issues fixed
15+
16+
17+
18+
319
## 1.0.11 - 2020-03-11
420

521
### Fixed
622
* Resolved issues.
723

24+
25+
26+
827
## 1.0.10 - 2020-03-11
928

1029
### Fixed
1130
* Few minor fixes
1231

32+
33+
34+
1335
## 1.0.9 - 2020-03-02
1436

1537
### Fixed
@@ -19,6 +41,9 @@
1941
* added new component
2042
- GFShimmer
2143

44+
45+
46+
2247
## 1.0.8 - 2020-02-18
2348

2449
### Fixed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ we have launched the library with the following components :
5757

5858
GetWidget is **100% free** and **open source**. We encourage and support an active, healthy community that accepts contributions from the public – including you. There are a couple of ways in which you can contribute to the growing community of `getwidget`.
5959

60-
* Pick up any issue marked with ["good first issue"](https://github.com/ionicfirebaseapp/getwidget/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
60+
* Pick up any issue marked with ["good first issue"](https://github.com/ionicfirebaseapp/getflutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
6161
* Fix a bug
6262
* Write and improve some **documentation**. Documentation is very critical to us. We would appreciate help in adding multiple languages to our docs.
6363
* If you are a developer, feel free to check out the source and submit pull requests.
6464
* Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
65-
* Please don't forget to **like**, **follow**, and **star our repo**! Join our growing [community](http://forum.getwidget.dev) to keep up to date with the latest GetWidget development.
66-
* Not sure what to work on? [**We've got lots ideas.**](https://roadmap.getwidget.dev)
65+
* Please don't forget to **like**, **follow**, and **star our repo**! Join our growing [community](http://forum.getflutter.dev) to keep up to date with the latest GetWidget development.
66+
* Not sure what to work on? [**We've got lots ideas.**](https://roadmap.getflutter.dev)
6767

6868

6969
## Documentation
@@ -113,4 +113,4 @@ Support this project with your organization. Your logo will show up here with a
113113
<a href="https://opencollective.com/getflutter/organization/6/website"><img src="https://opencollective.com/getflutter/organization/6/avatar.svg"></a>
114114
<a href="https://opencollective.com/getflutter/organization/7/website"><img src="https://opencollective.com/getflutter/organization/7/avatar.svg"></a>
115115
<a href="https://opencollective.com/getflutter/organization/8/website"><img src="https://opencollective.com/getflutter/organization/8/avatar.svg"></a>
116-
<a href="https://opencollective.com/getflutter/organization/9/website"><img src="https://opencollective.com/getflutter/organization/9/avatar.svg"></a>
116+
<a href="https://opencollective.com/getflutter/organization/9/website"><img src="https://opencollective.com/getflutter/organization/9/avatar.svg"></a>

analysis_options.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
analyzer:
22
exclude:
33
- example
4-
- getflutter_app
5-
- getflutter-app-kit
6-
- getflutter-web-kit
74
- getwidget_app
85
- getwidget-app-kit
96
- getwidget-web-kit

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:flutter/material.dart';
22
import 'package:flutter_svg/flutter_svg.dart';
33
import 'package:url_launcher/url_launcher.dart';
4-
import 'package:getflutter/getwidget.dart';
4+
import 'package:getwidget/getwidget.dart';
55

66
void main() => runApp(MyApp());
77

0 commit comments

Comments
 (0)