Skip to content

Commit 6b6b3e7

Browse files
Merge pull request #7 from ionicfirebaseapp/master
master pull
2 parents 5255a6d + e945576 commit 6b6b3e7

File tree

11 files changed

+441
-322
lines changed

11 files changed

+441
-322
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
.pub/
3030
build/
3131
web/
32+
getflutter-app-kit
33+
getflutter-web-kit
3234

3335
# Android related
3436
**/android/**/gradle-wrapper.jar

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22

3+
## 1.0.0-dev.3 - 2020-01-15
34

4-
## 1.0.0-dev.1 - 2014-01-14
5+
### Fixed
6+
* ListTile issue.
7+
8+
9+
## 1.0.0-dev.1 - 2020-01-14
510

611
### Fixed
712
* Warnings and Hints
813

914

10-
## 0.0.1-pre.3 - 2014-01-14
15+
## 0.0.1-pre.3 - 2020-01-14
1116

1217
### Fixed
1318
* Warnings and Hints
@@ -16,13 +21,13 @@
1621
* Changelog and Description
1722

1823

19-
## 0.0.1-pre.2 - 2014-01-14
24+
## 0.0.1-pre.2 - 2020-01-14
2025

2126
### Fixed
2227
* Warnings and Hints
2328

2429

25-
## 0.0.1-pre.1 - 2014-01-13
30+
## 0.0.1-pre.1 - 2020-01-13
2631

2732
### Added
2833
* initial release with buttons, badge, card, list tile, avatar and many more components.

README.md

Lines changed: 13 additions & 11 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% a Flutter open source UI library that build to make flutter development easier than ever. GetFlutter has 1000+ pre-build widgets that you could reuse to build for both Flutter Web or Mobile app development.
8-
9-
[**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 be get some rendering problem and hence we will update our library as flutter comes with the stable release for Flutter 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,15 +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 target="_blank" href="https://www.getflutter.dev/">
36-
<img src="https://ik.imagekit.io/ionicfirebaseapp/github_all_screens_scMyu9vXg.png" alt="Get Flutter">
37-
</a>
38-
</p>
39-
4039
## Demo
4140

41+
Coming Soon
42+
4243

4344
## Contributing
4445

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

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

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

6163
### Social Media
6264

0 commit comments

Comments
 (0)