Skip to content

Commit cd2b821

Browse files
committed
gfbuttonbar and gffloatingwidget issue fixed
2 parents cfad752 + 2a828c2 commit cd2b821

File tree

5 files changed

+94
-26
lines changed

5 files changed

+94
-26
lines changed

CHANGELOG.md

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

3-
## 0.0.1-pre.3 - 2014-01-14
3+
4+
## 1.0.0-dev.1 - 2014-01-14
45

56
### Fixed
7+
* Warnings and Hints
8+
69

7-
* Corrected warnings and hits
10+
## 0.0.1-pre.3 - 2014-01-14
11+
12+
### Fixed
13+
* Warnings and Hints
814

915
### Added
16+
* Changelog and Description
1017

11-
* Changelog and description
1218

13-
## 14.0.0 - 2042-10-06
19+
## 0.0.1-pre.2 - 2014-01-14
20+
21+
### Fixed
22+
* Warnings and Hints
1423

15-
### Added
1624

17-
* Introduced animals into the world, we believe they're going to be a neat addition.
25+
## 0.0.1-pre.1 - 2014-01-13
26+
27+
### Added
28+
* initial release with buttons, badge, card, list tile, avatar and many more components.

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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.
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.
88

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

1111
## Table of contents
1212

@@ -32,11 +32,8 @@ In this beta release we are going to launch the library with following component
3232

3333
## Screenshot
3434
<p align="center">
35-
<a href="https://www.getflutter.dev/">
35+
<a target="_blank" href="https://www.getflutter.dev/">
3636
<img src="https://ik.imagekit.io/ionicfirebaseapp/github_all_screens_scMyu9vXg.png" alt="Get Flutter">
37-
38-
39-
4037
</a>
4138
</p>
4239

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

7067
Linkedin: <https://www.linkedin.com/company/getflutter>
7168

72-
Instagram: <https://www.instagram.com/getflutter>
69+
Instagram: <https://www.instagram.com/getflutter.dev/>
7370

7471

7572
## 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/).

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ packages:
8080
path: ".."
8181
relative: true
8282
source: path
83-
version: "0.0.1-pre.3"
83+
version: "1.0.0-dev.1"
8484
image:
8585
dependency: transitive
8686
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: getflutter
2-
description: GetFlutter is open source libraries that come with pre-build 1000+ UI components. We build this library to make flutter development faster and more enjoyable. You can customize the component as you will build own app without UI knowledge.
3-
version: 0.0.1-pre.3
2+
description: GetFlutter is open source libraries that come with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
3+
version: 1.0.0-dev.1
44
#author: GetFlutter <[email protected]>
55
homepage: https://github.com/ionicfirebaseapp/getflutter
66

0 commit comments

Comments
 (0)