Skip to content

Commit 1a23748

Browse files
authored
Merge pull request #35 from ionicfirebaseapp/master
merge main source
2 parents d779958 + 7cdf16b commit 1a23748

Some content is hidden

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

57 files changed

+1070
-1825
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
5-
open_collective: getflutter
5+
open_collective: getwidget
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.buildlog/
99
.history
1010
.svn/
11+
.vscode
1112

1213
# IntelliJ related
1314
*.iml
@@ -29,9 +30,9 @@
2930
.pub/
3031
build/
3132
web/
32-
getflutter-app-kit
33-
getflutter-web-kit
34-
getflutter_app
33+
getwidget-app-kit
34+
getwidget-web-kit
35+
getwidget_app
3536
test/.test_coverage.dart
3637

3738
# Android related

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_script:
2121
- cd ../
2222
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
2323
- ./flutter/bin/flutter doctor
24-
- cd getflutter/
24+
- cd getwidget/
2525

2626
script:
2727
- ./../flutter/bin/flutter analyze .

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## 1.1.3 - 2020-07-30
4+
5+
### Fixed
6+
* [GFAppBar] clear button does not fire onChanged #149
7+
* [GFCarousel] initialPage Not Honored if Page Indicators Enabled. #144
8+
* [GFCarousel] timer of the autoPlay is not disposed #143
9+
* [GFCarousel] active page indicator is not being updated without "onPageChanged" #139
10+
* [GFTabBar] Docs say about isScrollable which is not supported #132
11+
12+
### Update
13+
* couple of compoenents (WIP)
14+
- GFCheckboxTile
15+
- GFRadioTile
16+
17+
18+
19+
## 1.1.1 - 2020-06-26
20+
21+
### Added
22+
* added new components
23+
- GFCheckbox
24+
- GFRadio
25+
26+
### Update
27+
* Changed name to GetWidget
28+
29+
### Fixed
30+
* Many minor issues fixed
31+
32+
33+
34+
35+
## 1.0.11 - 2020-03-11
36+
37+
### Fixed
38+
* Resolved issues.
39+
40+
41+
42+
43+
## 1.0.10 - 2020-03-11
44+
45+
### Fixed
46+
* Few minor fixes
47+
48+
49+
50+
351
## 1.0.9 - 2020-03-02
452

553
### Fixed
@@ -9,6 +57,9 @@
957
* added new component
1058
- GFShimmer
1159

60+
61+
62+
1263
## 1.0.8 - 2020-02-18
1364

1465
### Fixed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The MIT License (MIT)
22

33
All the components that we reused from flutter has Copyright (c) 2020 Flutter Author.
44

5-
All the components that we developed or customized has Copyright (c) 2020 Getflutter.
5+
All the components that we developed or customized has Copyright (c) 2020 GetWidget.
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
88
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

README.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
[![Financial Contributors on Open Collective](https://opencollective.com/getflutter/all/badge.svg?label=financial+contributors)](https://opencollective.com/getflutter) [![pub package](https://img.shields.io/pub/v/getflutter.svg)](https://pub.dartlang.org/packages/getflutter) [![Build Status](https://travis-ci.org/ionicfirebaseapp/getflutter.svg?branch=master)](https://travis-ci.com/ionicfirebaseapp/getflutter) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/MIT) [![License](https://img.shields.io/badge/license-MIT-orange.svg)](https://github.com/ionicfirebaseapp/getflutter/blob/master/LICENSE) [![Gitter](https://badges.gitter.im/getflutterdev/getflutter.svg)](https://gitter.im/getflutterdev/getflutter) [![Twitter Follow](https://img.shields.io/twitter/follow/getflutterdev.svg?style=social)](https://twitter.com/getflutterdev)
1+
[![pub package](https://img.shields.io/pub/v/getwidget.svg)](https://pub.dartlang.org/packages/getwidget) [![Build Status](https://travis-ci.org/ionicfirebaseapp/getwidget.svg?branch=master)](https://travis-ci.com/ionicfirebaseapp/getwidget) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/MIT) [![License](https://img.shields.io/badge/license-MIT-orange.svg)](https://github.com/ionicfirebaseapp/getwidget/blob/master/LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/getwidgetdev.svg?style=social)](https://twitter.com/getwidgetdev)
22

33

44
<p align="center">
5-
<a href="https://www.getflutter.dev/" target="_blank">
6-
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:w-auto-300/gf-logo-g-b_SYSBeqUrR.png" alt="Get Flutter">
5+
<a href="https://docs.getwidget.dev/" target="_blank">
6+
<img src="https://ik.imagekit.io/ionicfirebaseapp/logo.black_iOBoLWdj2I.png" alt="GetWidget">
77
</a>
88
</p>
99

10-
[**GetFlutter**](https://www.getflutter.dev) is a 100% free Flutter open-source UI library built with <a href="https://flutter.dev/" target="_blank">Flutter SDK</a> to make Flutter development easier and more joyful than ever. GetFlutter has 1000+ pre-build widgets that you can reuse to develop both Flutter mobile app and web app. Our motto is to provide the best Flutter UI library to the Flutter community to speed up their development process and build awesome apps with pre-build Flutter Library Components.
10+
[**GetWidget**](https://www.getwidget.dev) is a 100% free Flutter open-source UI library built with <a href="https://flutter.dev/" target="_blank">Flutter SDK</a> to make Flutter development easier and more joyful than ever. GetWidget has 1000+ pre-build widgets that you can reuse to develop both Flutter mobile app and web app. Our motto is to provide the best Flutter UI library to the Flutter community to speed up their development process and build awesome apps with pre-build Flutter Library Components.
1111

1212
## Table of contents
1313

@@ -22,95 +22,95 @@
2222

2323
## Screenshot
2424
<p align="center">
25-
<a target="_blank" href="https://www.getflutter.dev/">
26-
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:dpr-auto,tr:w-auto/gf-full_bYPXDEx6g.png" alt="Get Flutter Screens">
25+
<a target="_blank" href="https://docs.getwidget.dev/">
26+
<img src="https://ik.imagekit.io/ionicfirebaseapp/GitHub_1_O8ZlrxSIo.png" alt="GetWidget Screens">
2727
</a>
2828
</p>
2929

3030

3131
## Quick start
3232

33-
Read the [Getting started page](https://docs.getflutter.dev)
34-
Forum [Support and discussion ](https://forum.getflutter.dev)
33+
Read the [Getting started page](https://docs.getwidget.dev)
34+
Forum [Support and discussion ](https://forum.getwidget.dev)
3535

3636
## Features
3737
we have launched the library with the following components :
3838

39-
#### [Button](https://docs.getflutter.dev/gf-button) | [Badge](https://docs.getflutter.dev/gf-badge) | [Avatar](https://docs.getflutter.dev/gf-avatar) | [Image](https://docs.getflutter.dev/gf-image) | [Card](https://docs.getflutter.dev/gf-card) | [Carousel](https://docs.getflutter.dev/gf-carousel) | [Tile](https://docs.getflutter.dev/gf-tile) | [Tab](https://docs.getflutter.dev/gf-tab) | [Typography](https://docs.getflutter.dev/gf-typography) | [Toast](https://docs.getflutter.dev/gf-toast) | [Toggle](https://docs.getflutter.dev/gf-toggle) | [Drawer](https://docs.getflutter.dev/gf-drawer) | [Accordian](https://docs.getflutter.dev/gf-accordion) | [Alert](https://docs.getflutter.dev/gf-alert) | [Appbar](https://docs.getflutter.dev/gf-appbar) | [Searchbar](https://docs.getflutter.dev/gf-searchbar)
39+
#### [Button](https://docs.getwidget.dev/gf-button) | [Badge](https://docs.getwidget.dev/gf-badge) | [Avatar](https://docs.getwidget.dev/gf-avatar) | [Image](https://docs.getwidget.dev/gf-image) | [Card](https://docs.getwidget.dev/gf-card) | [Carousel](https://docs.getwidget.dev/gf-carousel) | [Tile](https://docs.getwidget.dev/gf-tile) | [Tab](https://docs.getwidget.dev/gf-tab) | [Typography](https://docs.getwidget.dev/gf-typography) | [Toast](https://docs.getwidget.dev/gf-toast) | [Toggle](https://docs.getwidget.dev/gf-toggle) | [Drawer](https://docs.getwidget.dev/gf-drawer) | [Accordian](https://docs.getwidget.dev/gf-accordion) | [Alert](https://docs.getwidget.dev/gf-alert) | [Appbar](https://docs.getwidget.dev/gf-appbar) | [Searchbar](https://docs.getwidget.dev/gf-searchbar)
4040

4141

4242
## Demo
4343

4444
### Play Store
4545
<p align="left">
4646
<a href="https://play.google.com/store/apps/details?id=dev.getflutter.appkit" target="_blank">
47-
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:dpr-auto,tr:w-auto/playstore_NQQBiJIQ1.png" alt="Get Flutter playstore Demo">
47+
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:dpr-auto,tr:w-auto/playstore_NQQBiJIQ1.png" alt="GetWidget playstore Demo">
4848
</a>
4949
</p>
5050

5151
### IOS Store and Web Demo
5252
Coming Soon
5353

54-
54+
### An Open-Source News App Built With GetWidget & Flutter
55+
Ionicfirebaseapp.com has been developed an open-source News Mobile App with GetWidget, So can start building app faster to get an overview and do customization. You can Download News App Souce Code here: https://www.ionicfirebaseapp.com/products/flutter-news-app
5556
## Contributing
5657

57-
GetFlutter is **100% free** and **open source**. We encourage and support an active, healthy community that accepts contributions from the public &ndash; including you. There are a couple of ways in which you can contribute to the growing community of `getflutter`.
58+
GetWidget is **100% free** and **open source**. We encourage and support an active, healthy community that accepts contributions from the public &ndash; including you. There are a couple of ways in which you can contribute to the growing community of `getwidget`.
5859

59-
* 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)
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)
6061
* Fix a bug
6162
* Write and improve some **documentation**. Documentation is very critical to us. We would appreciate help in adding multiple languages to our docs.
6263
* If you are a developer, feel free to check out the source and submit pull requests.
6364
* Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
64-
* 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 GetFlutter development.
65-
* Not sure what to work on? [**We've got lots ideas.**](https://roadmap.getflutter.dev)
65+
* Please don't forget to **like**, **follow**, and **star our repo**! Join our growing [community](https://forum.getwidget.dev) to keep up to date with the latest GetWidget development.
66+
6667

6768

6869
## Documentation
6970

70-
[**Installation Guide**](https://docs.getflutter.dev)
71+
[**Installation Guide**](https://docs.getwidget.dev)
7172

7273

7374
### Social Media
7475

75-
Twitter: <https://twitter.com/getflutterdev>
76+
Twitter: <https://twitter.com/getwidgetdev>
7677

77-
Facebook: <https://www.facebook.com/getflutter>
78+
Facebook: <https://www.facebook.com/getwidget>
7879

79-
Linkedin: <https://www.linkedin.com/company/getflutter>
80+
Linkedin: <https://www.linkedin.com/showcase/getwidget/>
8081

81-
Instagram: <https://www.instagram.com/getflutter.dev/>
82+
Instagram: <https://www.instagram.com/getwidget.dev/>
8283

83-
### Note: GetFlutter is not directly and/or indirectly associated/affiliated with Flutter or Google LLC. We are the team of Flutter Developers and we built this open-source library for the Flutter development community to made app development more easier.
8484

8585
## Copyright-and-license
86-
Code and documentation Copyright 2017-2020 the [GETFLUTTER Authors](https://www.getflutter.dev) and [IONICFIREBASEAPP](https://ionicfirebaseapp.com) Code released under the [MIT License]. Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
86+
Code and documentation Copyright 2017-2020 the [GETWIDGET Authors](https://www.getwidget.dev) and [IONICFIREBASEAPP](https://ionicfirebaseapp.com) Code released under the [MIT License]. Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
8787

8888
## Contributors
8989

9090
### Code Contributors
9191

9292
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
93-
<a href="https://github.com/ionicfirebaseapp/getflutter/graphs/contributors"><img src="https://opencollective.com/getflutter/contributors.svg?width=890&button=false" /></a>
93+
<a href="https://github.com/ionicfirebaseapp/getwidget/graphs/contributors"><img src="https://opencollective.com/getwidget/contributors.svg?width=890&button=false" /></a>
9494

9595
### Financial Contributors
9696

97-
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/getflutter/contribute)]
97+
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/getwidget/contribute)]
9898

9999
#### Individuals
100100

101-
<a href="https://opencollective.com/getflutter"><img src="https://opencollective.com/getflutter/individuals.svg?width=890"></a>
101+
<a href="https://opencollective.com/getwidget"><img src="https://opencollective.com/getwidget/individuals.svg?width=890"></a>
102102

103103
#### Organizations
104104

105-
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/getflutter/contribute)]
106-
107-
<a href="https://opencollective.com/getflutter/organization/0/website"><img src="https://opencollective.com/getflutter/organization/0/avatar.svg"></a>
108-
<a href="https://opencollective.com/getflutter/organization/1/website"><img src="https://opencollective.com/getflutter/organization/1/avatar.svg"></a>
109-
<a href="https://opencollective.com/getflutter/organization/2/website"><img src="https://opencollective.com/getflutter/organization/2/avatar.svg"></a>
110-
<a href="https://opencollective.com/getflutter/organization/3/website"><img src="https://opencollective.com/getflutter/organization/3/avatar.svg"></a>
111-
<a href="https://opencollective.com/getflutter/organization/4/website"><img src="https://opencollective.com/getflutter/organization/4/avatar.svg"></a>
112-
<a href="https://opencollective.com/getflutter/organization/5/website"><img src="https://opencollective.com/getflutter/organization/5/avatar.svg"></a>
113-
<a href="https://opencollective.com/getflutter/organization/6/website"><img src="https://opencollective.com/getflutter/organization/6/avatar.svg"></a>
114-
<a href="https://opencollective.com/getflutter/organization/7/website"><img src="https://opencollective.com/getflutter/organization/7/avatar.svg"></a>
115-
<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>
105+
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/getwidget/contribute)]
106+
107+
<a href="https://opencollective.com/getwidget/organization/0/website"><img src="https://opencollective.com/getwidget/organization/0/avatar.svg"></a>
108+
<a href="https://opencollective.com/getwidget/organization/1/website"><img src="https://opencollective.com/getwidget/organization/1/avatar.svg"></a>
109+
<a href="https://opencollective.com/getwidget/organization/2/website"><img src="https://opencollective.com/getwidget/organization/2/avatar.svg"></a>
110+
<a href="https://opencollective.com/getwidget/organization/3/website"><img src="https://opencollective.com/getwidget/organization/3/avatar.svg"></a>
111+
<a href="https://opencollective.com/getwidget/organization/4/website"><img src="https://opencollective.com/getwidget/organization/4/avatar.svg"></a>
112+
<a href="https://opencollective.com/getwidget/organization/5/website"><img src="https://opencollective.com/getwidget/organization/5/avatar.svg"></a>
113+
<a href="https://opencollective.com/getwidget/organization/6/website"><img src="https://opencollective.com/getwidget/organization/6/avatar.svg"></a>
114+
<a href="https://opencollective.com/getwidget/organization/7/website"><img src="https://opencollective.com/getwidget/organization/7/avatar.svg"></a>
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>

analysis_options.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
analyzer:
22
exclude:
33
- example
4-
- getflutter_app
5-
- getflutter-app-kit
6-
- getflutter-web-kit
4+
- getwidget_app
5+
- getwidget-app-kit
6+
- getwidget-web-kit
77
- test/.test_coverage.dart
88

99
linter:
@@ -13,7 +13,7 @@ linter:
1313
# conflicts with the Flutter convention of putting {Key key} first and {Widget child} last
1414
# - always_put_required_named_parameters_first
1515
- always_require_non_null_named_parameters
16-
# - annotate_overrides
16+
- annotate_overrides
1717
- avoid_annotating_with_dynamic
1818
- avoid_as
1919
- avoid_bool_literals_in_conditional_expressions
@@ -33,7 +33,7 @@ linter:
3333
- avoid_relative_lib_imports
3434
- avoid_renaming_method_parameters
3535
- avoid_return_types_on_setters
36-
# - avoid_returning_null
36+
- avoid_returning_null
3737
- avoid_returning_null_for_void
3838
- avoid_returning_this
3939
- avoid_setters_without_getters
@@ -49,6 +49,7 @@ linter:
4949
# - cascade_invocations
5050
- close_sinks
5151
- comment_references
52+
# required for couple of GetWidget pattern
5253
# - constant_identifier_names
5354
- control_flow_in_finally
5455
- curly_braces_in_flow_control_structures
@@ -75,7 +76,7 @@ linter:
7576
# - omit_local_variable_types
7677
- one_member_abstracts
7778
- only_throw_errors
78-
# in some places it is required to override fileds
79+
# in some places it is required to override fields
7980
# - overridden_fields
8081
- package_api_docs
8182
- package_names

0 commit comments

Comments
 (0)