Skip to content

Commit 24784ee

Browse files
Merge pull request #11 from ionicfirebaseapp/master
master pull
2 parents 5cf757c + 764f1ae commit 24784ee

Some content is hidden

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

42 files changed

+414
-315
lines changed

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
os:
2+
- linux
3+
4+
sudo: false
5+
6+
git:
7+
depth: 3
8+
9+
cache:
10+
directories:
11+
- $HOME/.pub-cache
12+
13+
env:
14+
- FLUTTER_VERSION=stable
15+
16+
# Only building master means that we don't run two builds for each pull request.
17+
branches:
18+
only: [master]
19+
20+
before_script:
21+
- cd ../
22+
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
23+
- ./flutter/bin/flutter doctor
24+
- cd getflutter/
25+
26+
script:
27+
- ./../flutter/bin/flutter analyze .
28+
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run lib

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) [![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) [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://www.getflutter.dev) [![Twitter Follow](https://img.shields.io/twitter/follow/getflutterdev.svg?style=social)](https://twitter.com/getflutterdev)
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.16 KB
Loading
1.13 KB
Loading
1.02 KB
Loading
2.09 KB
Loading
2.86 KB
Loading

0 commit comments

Comments
 (0)