Skip to content

Commit d32888d

Browse files
Merge pull request #53 from Sandipkakadiya/review
Review
2 parents 07e6ace + af7a535 commit d32888d

Some content is hidden

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

41 files changed

+386
-315
lines changed

CHANGELOG.md

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

33

4+
## 1.0.0 - 2020-01-20
5+
6+
### Added
7+
* Stable version release
8+
* code refectoring
9+
* this release includes following stable components
10+
- GFAvatar
11+
- GFButton
12+
- GFIconButton
13+
- GFButtonBar
14+
- GFBadge
15+
- GFButtonBadge
16+
- GFIconBadge
17+
- GFCard
18+
- GFCarousel
19+
- GFImageOverlay
20+
- GFListTile
21+
- GFTabs
22+
- GFTypography
23+
24+
25+
## 1.0.0-dev.9 - 2020-01-17
26+
27+
### Added
28+
* Added library exports for commonly used files.
29+
30+
431
## 1.0.0-dev.8 - 2020-01-16
532

633
### Fixed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![pub package](https://img.shields.io/pub/v/getflutter.svg)](https://pub.dartlang.org/packages/getflutter)
2+
3+
14
<p align="center">
25
<a href="https://www.getflutter.dev/" target="_blank">
36
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:w-auto-300/gf-logo-g-b_SYSBeqUrR.png" alt="Get Flutter">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
FlutterApplication and put your custom class here. -->
88
<application
99
android:name="io.flutter.app.FlutterApplication"
10-
android:label="getflutter_example"
10+
android:label="GetFlutter"
1111
android:icon="@mipmap/ic_launcher">
1212
<activity
1313
android:name=".MainActivity"
1.48 KB
Loading
5.34 KB
Loading
1.13 KB
Loading
1.02 KB
Loading
2.09 KB
Loading
3.03 KB
Loading
3.93 KB
Loading

0 commit comments

Comments
 (0)