Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
888903b
Made paddings work properly
salah-walid Feb 21, 2020
ebf8fad
Transparent background for circular progress bar
Edim Mar 23, 2020
768514f
Merge pull request #127 from Edim/patch-1
Sandipkakadiya Mar 24, 2020
0fdd207
Update README.md
vishalpietech Mar 26, 2020
fcc6221
Update README.md
vishalpietech Mar 26, 2020
69445c0
checkbox, radio button
shravyackm Mar 30, 2020
cfdf491
Merge pull request #110 from salah-walid/patch-1
Sandipkakadiya Mar 31, 2020
42ff89e
Added custom property of controller.
shubhams-geekyants Apr 22, 2020
d40b1cb
controller bug fix
shubhams-geekyants Apr 22, 2020
5b8396c
Update gf_search_bar.dart
shubhams-geekyants Apr 22, 2020
5cc4ff4
Update gf_search_bar.dart
shubhams-geekyants Apr 22, 2020
c3eca33
Update gf_search_bar.dart
shubhams-geekyants Apr 22, 2020
a44c066
Update gf_search_bar.dart
shubhams-geekyants Apr 22, 2020
00d938d
checkbox radio button component
shravyackm May 4, 2020
4e37a1c
Merge pull request #140 from shravyackm/loader
shravyackm May 4, 2020
d1fbced
Merge pull request #27 from ionicfirebaseapp/master
deepikahr May 4, 2020
252bca7
changes in main_temp
deepikahr May 4, 2020
1e2b8ea
Merge branch 'master' of https://github.com/deepikahr/getflutter into…
deepikahr May 4, 2020
60c7eca
issues fixed and checkbox anf radiobutton tested
deepikahr May 4, 2020
3960653
Merge pull request #141 from deepikahr/shimmer
deepikahr May 4, 2020
e2ec86c
makes it possible to control showAccordion from outside
rafante May 5, 2020
b32d9ae
set default showAccordion to false to prevent null
rafante May 5, 2020
198f01c
creates a callback for the toggle collapsed event
rafante May 5, 2020
8080f31
move onToggleCollapsed to inside the setState
rafante May 5, 2020
28a9005
Update README.md
vishalpietech May 6, 2020
f6f48ee
Update README.md
vishalpietech May 6, 2020
8c82882
Update README.md
vishalpietech May 6, 2020
01b147a
Update README.md
vishalpietech May 6, 2020
6d6efc0
Merge pull request #142 from rafante/master
Sandipkakadiya May 8, 2020
ca1cac2
Merge pull request #136 from ShubhamsGeekyAnts/patch-1
Sandipkakadiya May 8, 2020
c2d9682
Merge pull request #28 from ionicfirebaseapp/master
deepikahr May 8, 2020
2900397
gfcarousel issues fixed and merge conflict fixed
deepikahr May 9, 2020
73232c7
Merge pull request #145 from deepikahr/shimmer
deepikahr May 9, 2020
e805ebc
Update .travis.yml
Sandipkakadiya May 9, 2020
b476234
Merge pull request #146 from ionicfirebaseapp/Sandipkakadiya-patch-1
Sandipkakadiya May 9, 2020
23bb093
Merge pull request #29 from ionicfirebaseapp/master
deepikahr May 9, 2020
35bad03
merge issues fixed
deepikahr May 9, 2020
b8a47d6
Merge pull request #148 from deepikahr/shimmer
deepikahr May 9, 2020
4a21c06
Update README.md
pietechsolution Jun 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_script:
- cd ../
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
- ./flutter/bin/flutter doctor
- cd getflutter/
- cd getwidget/

script:
- ./../flutter/bin/flutter analyze .
Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![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)
[![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)


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

[**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.
[**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.

## Table of contents

Expand All @@ -22,21 +22,21 @@

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


## Quick start

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

## Features
we have launched the library with the following components :

#### [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)
#### [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)


## Demo
Expand All @@ -51,46 +51,46 @@ we have launched the library with the following components :
### IOS Store and Web Demo
Coming Soon


### An Open-Source News App Built With GetWidget & Flutter
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
## Contributing

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`.
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`.

* 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)
* Fix a bug
* Write and improve some **documentation**. Documentation is very critical to us. We would appreciate help in adding multiple languages to our docs.
* If you are a developer, feel free to check out the source and submit pull requests.
* Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
* 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.
* 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.
* Not sure what to work on? [**We've got lots ideas.**](https://roadmap.getflutter.dev)


## Documentation

[**Installation Guide**](https://docs.getflutter.dev)
[**Installation Guide**](https://docs.getwidget.dev)


### Social Media

Twitter: <https://twitter.com/getflutterdev>
Twitter: <https://twitter.com/getwidgetdev>

Facebook: <https://www.facebook.com/getflutter>
Facebook: <https://www.facebook.com/getwidget>

Linkedin: <https://www.linkedin.com/company/getflutter>
Linkedin: <https://www.linkedin.com/showcase/getwidget/>

Instagram: <https://www.instagram.com/getflutter.dev/>
Instagram: <https://www.instagram.com/getwidget.dev/>

### 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.

## Copyright-and-license
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/).
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/).

## Contributors

### Code Contributors

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

### Financial Contributors

Expand Down
Loading