Skip to content

Commit 607aa5e

Browse files
authored
Merge pull request #16 from ionicfirebaseapp/master
master pull
2 parents 2317a93 + ea4adef commit 607aa5e

File tree

12 files changed

+510
-466
lines changed

12 files changed

+510
-466
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
.pub-cache/
2929
.pub/
3030
build/
31+
web/
3132

3233
# Android related
3334
**/android/**/gradle-wrapper.jar

CHANGELOG.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
# Changelog
22

3-
## 0.0.1-pre.3 - 2014-01-14
3+
## 1.0.0-dev.3 - 2020-01-15
44

55
### Fixed
6+
* ListTile issue.
67

7-
* Corrected warnings and hits
88

9-
### Added
9+
## 1.0.0-dev.1 - 2020-01-14
10+
11+
### Fixed
12+
* Warnings and Hints
1013

11-
* Changelog and description
1214

13-
## 14.0.0 - 2042-10-06
15+
## 0.0.1-pre.3 - 2020-01-14
16+
17+
### Fixed
18+
* Warnings and Hints
1419

1520
### Added
21+
* Changelog and Description
22+
1623

17-
* Introduced animals into the world, we believe they're going to be a neat addition.
24+
## 0.0.1-pre.2 - 2020-01-14
25+
26+
### Fixed
27+
* Warnings and Hints
28+
29+
30+
## 0.0.1-pre.1 - 2020-01-13
31+
32+
### Added
33+
* initial release with buttons, badge, card, list tile, avatar and many more components.

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,27 @@
44
</a>
55
</p>
66

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.
7+
[**GetFlutter**](https://www.getflutter.dev) is a 100% Free Flutter open source UI library that is build to make flutter development easier than ever. GetFlutter has 1000+ pre-build widgets that you could reuse to build both Flutter Web or Mobile app development.
108

119
## Table of contents
1210

11+
- [Screenshot](#screenshot)
1312
- [Quick start](#quick-start)
1413
- [Features](#features)
15-
- [Screenshot](#screenshot)
1614
- [Demo](#demo)
1715
- [Contributing](#contributing)
1816
- [Bugs and feature requests](#bugs-and-feature-requests)
1917
- [Documentation](#documentation)
2018
- [Copyright and license](#copyright-and-license)
2119

20+
21+
## Screenshot
22+
<p align="center">
23+
<a target="_blank" href="https://www.getflutter.dev/">
24+
<img src="https://ik.imagekit.io/ionicfirebaseapp/github_all_screens_scMyu9vXg.png" alt="Get Flutter">
25+
</a>
26+
</p>
27+
2228
## Quick start
2329

2430
Read the [Getting started page](https://docs.getflutter.dev)
@@ -30,18 +36,10 @@ In this beta release we are going to launch the library with following component
3036
#### Button | Badge | Avatar | Image | Card | Carousel | Tile | Tab | Typography
3137

3238

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>
42-
4339
## Demo
4440

41+
Coming Soon
42+
4543

4644
## Contributing
4745

@@ -60,6 +58,7 @@ In this beta release we are going to launch the library with following component
6058

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

61+
[**NOTE**] Our library will also work on flutter web but since flutter didn't released stable version for Flutter web and it is still in Beta release so you might get some rendering problem and hence we will update our library as flutter comes with the stable release for Flutter Web.
6362

6463
### Social Media
6564

@@ -69,7 +68,7 @@ Facebook: <https://www.facebook.com/getflutter>
6968

7069
Linkedin: <https://www.linkedin.com/company/getflutter>
7170

72-
Instagram: <https://www.instagram.com/getflutter>
71+
Instagram: <https://www.instagram.com/getflutter.dev/>
7372

7473

7574
## Copyright-and-license

example/README.md

Lines changed: 70 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,76 @@
1-
# getflutter_example
1+
<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">
4+
</a>
5+
</p>
26

3-
A new Flutter project.
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.
48

5-
## Getting Started
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.
610

7-
This project is a starting point for a Flutter application.
11+
## Table of contents
812

9-
A few resources to get you started if this is your first Flutter project:
13+
- [Quick start](#quick-start)
14+
- [Features](#features)
15+
- [Screenshot](#screenshot)
16+
- [Demo](#demo)
17+
- [Contributing](#contributing)
18+
- [Bugs and feature requests](#bugs-and-feature-requests)
19+
- [Documentation](#documentation)
20+
- [Copyright and license](#copyright-and-license)
1021

11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
22+
## Quick start
1323

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.
24+
Read the [Getting started page](https://docs.getflutter.dev)
25+
Forum [Support and discussion ](https://forum.getflutter.dev)
26+
27+
## 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
31+
32+
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>
42+
43+
## Demo
44+
45+
46+
## Contributing
47+
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+
50+
* If you are a developer, feel free to check out the source and submit pull requests.
51+
* 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
57+
58+
59+
## Documentation
60+
61+
[**Installation Guide**](https://docs.getflutter.dev)
62+
63+
64+
### Social Media
65+
66+
Twitter: <https://twitter.com/getflutterdev>
67+
68+
Facebook: <https://www.facebook.com/getflutter>
69+
70+
Linkedin: <https://www.linkedin.com/company/getflutter>
71+
72+
Instagram: <https://www.instagram.com/getflutter>
73+
74+
75+
## 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/).

0 commit comments

Comments
 (0)