Skip to content

Commit 721b4e0

Browse files
Merge pull request #153 from Sandipkakadiya/review
Review
2 parents 4d760cc + 9332be2 commit 721b4e0

Some content is hidden

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

51 files changed

+461
-395
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
.pub/
3131
build/
3232
web/
33-
getflutter-app-kit
34-
getflutter-web-kit
35-
getflutter_app
33+
getwidget-app-kit
34+
getwidget-web-kit
35+
getwidget_app
3636
test/.test_coverage.dart
3737

3838
# Android related

CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +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+
19+
## 1.0.11 - 2020-03-11
20+
21+
### Fixed
22+
* Resolved issues.
23+
24+
25+
26+
27+
## 1.0.10 - 2020-03-11
28+
29+
### Fixed
30+
* Few minor fixes
31+
32+
33+
34+
335
## 1.0.9 - 2020-03-02
436

537
### Fixed
@@ -9,6 +41,9 @@
941
* added new component
1042
- GFShimmer
1143

44+
45+
46+
1247
## 1.0.8 - 2020-02-18
1348

1449
### Fixed

LICENSE

+1-1
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
<p align="center">
5-
<a href="https://www.getwidget.dev/" target="_blank">
6-
<img src="https://ik.imagekit.io/ionicfirebaseapp/logo.black_iOBoLWdj2I.png" alt="Get Widget">
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

@@ -23,7 +23,7 @@
2323
## Screenshot
2424
<p align="center">
2525
<a target="_blank" href="https://docs.getwidget.dev/">
26-
<img src="https://ik.imagekit.io/ionicfirebaseapp/GitHub_1_O8ZlrxSIo.png" alt="Get Flutter Screens">
26+
<img src="https://ik.imagekit.io/ionicfirebaseapp/GitHub_1_O8ZlrxSIo.png" alt="GetWidget Screens">
2727
</a>
2828
</p>
2929

@@ -44,7 +44,7 @@ we have launched the library with the following components :
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

@@ -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>

analysis_options.yaml

+3-3
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:

example/README.md

+77-37
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,116 @@
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/getwidget/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/getwidgetdev)
2+
3+
14
<p align="center">
2-
<a href="https://www.getflutter.dev/">
3-
<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">
47
</a>
58
</p>
69

7-
[**GetFlutter**](https://www.getflutter.dev) is 100% open source UI library build to make flutter development easier than ever and reuse 1000+ pre-build widget in any Flutter Web or Mobile app development.
8-
9-
[**NOTE**] Our library will also work on flutter web but still flutter web is in Beta release so some rendering problem may occur and hence we will update our library as flutter comes with stable release on Web.
10+
[**GetWidget**](https://docs.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.
1011

1112
## Table of contents
1213

14+
- [Screenshot](#screenshot)
1315
- [Quick start](#quick-start)
1416
- [Features](#features)
15-
- [Screenshot](#screenshot)
1617
- [Demo](#demo)
1718
- [Contributing](#contributing)
18-
- [Bugs and feature requests](#bugs-and-feature-requests)
1919
- [Documentation](#documentation)
2020
- [Copyright and license](#copyright-and-license)
2121

22+
23+
## Screenshot
24+
<p align="center">
25+
<a target="_blank" href="https://docs.getwidget.dev/">
26+
<img src="https://ik.imagekit.io/ionicfirebaseapp/GitHub_1_O8ZlrxSIo.png" alt="GetWidget Screens">
27+
</a>
28+
</p>
29+
30+
2231
## Quick start
2332

24-
Read the [Getting started page](https://docs.getflutter.dev)
25-
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)
2635

2736
## Features
28-
In this beta release we are going to launch the library with following components :
29-
30-
#### Button | Badge | Avatar | Image | Card | Carousel | Tile | Tab | Typography
37+
we have launched the library with the following components :
3138

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)
3240

33-
## Screenshot
34-
<p align="center">
35-
<a href="https://www.getflutter.dev/">
36-
<img src="https://ik.imagekit.io/ionicfirebaseapp/github_all_screens_scMyu9vXg.png" alt="Get Flutter">
37-
38-
39-
40-
</a>
41-
</p>
4241

4342
## Demo
4443

45-
44+
### Play Store
45+
<p align="left">
46+
<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="GetWidget playstore Demo">
48+
</a>
49+
</p>
50+
51+
### IOS Store and Web Demo
52+
Coming Soon
53+
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
4656
## Contributing
4757

48-
GetFlutter is **100% free** and **open source**. We encourage and support an active, healthy community that accepts contributions from the public &ndash; including you!
49-
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`.
59+
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)
61+
* Fix a bug
62+
* Write and improve some **documentation**. Documentation is very critical to us. We would appreciate help in adding multiple languages to our docs.
5063
* If you are a developer, feel free to check out the source and submit pull requests.
5164
* Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
52-
* 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 Get Flutter development.
53-
* Not sure what to work on? [**We've got lots ideas.**](https://roadmap.getflutter.dev)
54-
55-
56-
## Bugs-and-feature-requests
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)
5767

5868

5969
## Documentation
6070

61-
[**Installation Guide**](https://docs.getflutter.dev)
62-
71+
[**Installation Guide**](https://docs.getwidget.dev)
72+
6373

6474
### Social Media
6575

66-
Twitter: <https://twitter.com/getflutterdev>
76+
Twitter: <https://twitter.com/getwidgetdev>
6777

68-
Facebook: <https://www.facebook.com/getflutter>
78+
Facebook: <https://www.facebook.com/getwidget>
6979

70-
Linkedin: <https://www.linkedin.com/company/getflutter>
80+
Linkedin: <https://www.linkedin.com/showcase/getwidget/>
81+
82+
Instagram: <https://www.instagram.com/getwidget.dev/>
7183

72-
Instagram: <https://www.instagram.com/getflutter>
73-
7484

7585
## Copyright-and-license
76-
Code and documentation copyright 2017-2020 the [GETFLUTTER Authors](https://www.getflutter.dev) and [PIETECH SOLUTION PVT LTD.](https://pietechsolution.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/).
87+
88+
## Contributors
89+
90+
### Code Contributors
91+
92+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
93+
<a href="https://github.com/ionicfirebaseapp/getwidget/graphs/contributors"><img src="https://opencollective.com/getflutter/contributors.svg?width=890&button=false" /></a>
94+
95+
### Financial Contributors
96+
97+
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/getflutter/contribute)]
98+
99+
#### Individuals
100+
101+
<a href="https://opencollective.com/getflutter"><img src="https://opencollective.com/getflutter/individuals.svg?width=890"></a>
102+
103+
#### Organizations
104+
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>

example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838

3939
defaultConfig {
4040
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41-
applicationId "com.example.getflutter_example"
41+
applicationId "com.ionicfirebaseapp.getwidget_example"
4242
minSdkVersion 16
4343
targetSdkVersion 28
4444
versionCode flutterVersionCode.toInteger()

example/android/app/src/debug/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.getflutter_example">
2+
package="com.ionicfirebaseapp.getwidget_example">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

example/android/app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.getflutter_example">
2+
package="com.ionicfirebaseapp.getwidget_example">
33
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
44
calls FlutterMain.startInitialization(this); in its onCreate method.
55
In most cases you can leave this as-is, but you if you want to provide
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
88
<application
99
android:name="io.flutter.app.FlutterApplication"
10-
android:label="GetFlutter"
10+
android:label="GetWidget"
1111
android:icon="@mipmap/ic_launcher">
1212
<activity
1313
android:name=".MainActivity"

example/android/app/src/main/kotlin/com/example/ui_kit_example/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.getflutter_example
1+
package com.ionicfirebaseapp.getwidget_example
22

33
import androidx.annotation.NonNull;
44
import io.flutter.embedding.android.FlutterActivity

example/android/app/src/profile/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.getflutter_example">
2+
package="com.ionicfirebaseapp.getwidget_example">
33
<!-- Flutter needs it to communicate with the running application
44
to allow setting breakpoints, to provide hot reload, etc.
55
-->

example/ios/Runner/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>
14-
<string>GetFlutter</string>
14+
<string>GetWidget</string>
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>

example/lib/assets/logo.svg

+1-1
Loading

example/lib/main.dart

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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/getflutter.dart';
4+
import 'package:getwidget/getwidget.dart';
55

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

88
class MyApp extends StatelessWidget {
99
@override
1010
Widget build(BuildContext context) => MaterialApp(
11-
title: 'GetFlutter',
11+
title: 'GetWidget',
1212
debugShowCheckedModeBanner: false,
1313
home: MyHomePage(),
1414
);
@@ -25,9 +25,9 @@ class _MyHomePageState extends State<MyHomePage> {
2525
'https://play.google.com/store/apps/details?id=dev.getflutter.appkit';
2626
// final String _appStoreLink = 'Coming Soon';
2727
final String _githuAppRepoLink =
28-
'https://github.com/ionicfirebaseapp/getflutter-app-kit';
28+
'https://github.com/ionicfirebaseapp/getwidget-app-kit';
2929
final String _githubLibraryRepoLink =
30-
'https://github.com/ionicfirebaseapp/getflutter';
30+
'https://github.com/ionicfirebaseapp/getwidget';
3131

3232
Future _launchUrl(url) async {
3333
if (await canLaunch(url)) {
@@ -57,7 +57,7 @@ class _MyHomePageState extends State<MyHomePage> {
5757
padding: EdgeInsets.only(bottom: 25),
5858
child: Center(
5959
child: Text(
60-
'To keep library size small and code clean we manage example on different repository. which includes clear usage of each and every component that we provide in GetFlutter library. Please have a look there.',
60+
'To keep library size small and code clean we manage example on different repository. which includes clear usage of each and every component that we provide in GetWidget library. Please have a look there.',
6161
style: TextStyle(
6262
fontSize: 16,
6363
color: GFColors.WHITE,
@@ -90,7 +90,7 @@ class _MyHomePageState extends State<MyHomePage> {
9090
padding: EdgeInsets.only(bottom: 25),
9191
child: Center(
9292
child: Text(
93-
'We also have same app on playstore. It shows various possibilities that you can achieve using GetFlutter library.',
93+
'We also have same app on playstore. It shows various possibilities that you can achieve using GetWidget library.',
9494
style: TextStyle(
9595
fontSize: 16,
9696
color: GFColors.WHITE,

0 commit comments

Comments
 (0)