Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
cfad752
gfbuttonbar and gfFloating widget issue fixed
deepikahr Jan 16, 2020
cd2b821
gfbuttonbar and gffloatingwidget issue fixed
deepikahr Jan 16, 2020
8f76737
issue fixed
deepikahr Jan 16, 2020
e945576
Merge pull request #48 from deepikahr/appbar
deepikahr Jan 16, 2020
6b6b3e7
Merge pull request #7 from ionicfirebaseapp/master
Sandipkakadiya Jan 16, 2020
a39e992
new version published
Jan 16, 2020
c2625fd
Merge pull request #49 from Sandipkakadiya/review
Sandipkakadiya Jan 16, 2020
4c4d8b2
new version published
Jan 16, 2020
6ee7f97
new version published
Jan 16, 2020
c57dbc5
Merge pull request #50 from Sandipkakadiya/review
Sandipkakadiya Jan 16, 2020
b6f8730
changelog updated
Jan 17, 2020
4133199
Merge pull request #8 from ionicfirebaseapp/master
Sandipkakadiya Jan 17, 2020
6d24af7
Merge branch 'master' of https://github.com/Sandipkakadiya/getflutter…
Jan 17, 2020
45e746a
Merge pull request #51 from Sandipkakadiya/master
Sandipkakadiya Jan 17, 2020
0592d73
Update README.md
vishalpietech Jan 20, 2020
748c3dc
Create FUNDING.yml
pietechsolution Jan 20, 2020
3243dbc
Update README.md
pietechsolution Jan 20, 2020
26a1328
Update README.md
pietechsolution Jan 20, 2020
09b3023
Update README.md
pietechsolution Jan 20, 2020
b863806
Merge pull request #9 from ionicfirebaseapp/master
Sandipkakadiya Jan 20, 2020
7537e0c
Merge branch 'master' of https://github.com/Sandipkakadiya/getflutter…
Jan 20, 2020
bb26995
Update README.md
vishalpietech Jan 20, 2020
07e6ace
Update README.md
ujjb Jan 20, 2020
2e3f2f2
reviewed button, badge and avatar component
Jan 20, 2020
5cf757c
Merge pull request #10 from ionicfirebaseapp/master
Sandipkakadiya Jan 20, 2020
3489f38
Merge branch 'master' of https://github.com/Sandipkakadiya/getflutter…
Jan 20, 2020
af7a535
first stable release
Jan 20, 2020
d32888d
Merge pull request #53 from Sandipkakadiya/review
Sandipkakadiya Jan 20, 2020
789ce14
[ImgBot] Optimize images
ImgBotApp Jan 20, 2020
a3a53e2
Merge pull request #54 from ionicfirebaseapp/imgbot
pietechsolution Jan 20, 2020
e329146
Update README.md
pietechsolution Jan 20, 2020
d988e09
Update README.md
pietechsolution Jan 20, 2020
a089217
Update README.md
pietechsolution Jan 20, 2020
f03b038
Update README.md
pietechsolution Jan 20, 2020
566663e
Create .travis.yml
pietechsolution Jan 20, 2020
a25cc8a
Update .travis.yml
pietechsolution Jan 20, 2020
764f1ae
Update .travis.yml
pietechsolution Jan 21, 2020
24784ee
Merge pull request #11 from ionicfirebaseapp/master
Sandipkakadiya Jan 21, 2020
85fdd50
warning removed
Jan 21, 2020
51cef3b
Merge branch 'master' of https://github.com/Sandipkakadiya/getflutter…
Jan 21, 2020
6e64ec4
Merge pull request #55 from Sandipkakadiya/review
Sandipkakadiya Jan 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: getflutter
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
.pub/
build/
web/
getflutter-app-kit
getflutter-web-kit

# Android related
**/android/**/gradle-wrapper.jar
Expand Down
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
os:
- linux

sudo: false

git:
depth: 3

cache:
directories:
- $HOME/.pub-cache

env:
- FLUTTER_VERSION=stable

# Only building master means that we don't run two builds for each pull request.
branches:
only: [master]

before_script:
- cd ../
- git clone https://github.com/flutter/flutter.git -b $FLUTTER_VERSION
- ./flutter/bin/flutter doctor
- cd getflutter/

script:
- ./../flutter/bin/flutter analyze .
- ./../flutter/bin/cache/dart-sdk/bin/dartfmt --dry-run lib
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog


## 1.0.0 - 2020-01-20

### Added
* Stable version release
* code refectoring
* this release includes following stable components
- GFAvatar
- GFButton
- GFIconButton
- GFButtonBar
- GFBadge
- GFButtonBadge
- GFIconBadge
- GFCard
- GFCarousel
- GFImageOverlay
- GFListTile
- GFTabs
- GFTypography


## 1.0.0-dev.9 - 2020-01-17

### Added
* Added library exports for commonly used files.


## 1.0.0-dev.8 - 2020-01-16

### Fixed
* ListTile re-implemeted.

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

### Fixed
Expand Down
32 changes: 21 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[![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)


<p align="center">
<a href="https://www.getflutter.dev/">
<a href="https://www.getflutter.dev/" target="_blank">
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:w-auto-300/gf-logo-g-b_SYSBeqUrR.png" alt="Get Flutter">
</a>
</p>

[**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.
[**GetFlutter**](https://www.getflutter.dev) is a 100% Free Flutter open-source UI library that is built to make flutter development easier and joyful than ever. GetFlutter has 1000+ pre-build widgets that you could reuse to build both Flutter mobile app and web app development. Our motto to provide the best Flutter UI library to Flutter community to speed up their development process and build awesome apps with pre-build Flutter Library Components.

## Table of contents

Expand All @@ -13,7 +16,6 @@
- [Features](#features)
- [Demo](#demo)
- [Contributing](#contributing)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Copyright and license](#copyright-and-license)

Expand All @@ -33,27 +35,35 @@ Forum [Support and discussion ](https://forum.getflutter.dev)
## Features
In this beta release we are going to launch the library with following components :

#### Button | Badge | Avatar | Image | Card | Carousel | Tile | Tab | Typography
#### [Button](https://docs.getflutter.dev/gf-button) | [Badge](https://docs.getflutter.dev/gf-badge) | [Avatar](https://docs.getflutter.dev/gf-avatar) | [Image](https://docs.getflutter.dev/gf-image) | [Card](https://docs.getflutter.dev/gf-card) | [Carousel](https://docs.getflutter.dev/gf-carousel) | [Tile](https://docs.getflutter.dev/gf-tile) | [Tab](https://docs.getflutter.dev/gf-tab) | [Typography](https://docs.getflutter.dev/gf-typography)


## Demo

Coming Soon
### Play Store
<p align="left">
<a href="https://play.google.com/store/apps/details?id=dev.getflutter.appkit" target="_blank">
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:dpr-auto,tr:w-auto/playstore_NQQBiJIQ1.png" alt="Get Flutter playstore Demo">
</a>
</p>

### IOS Store and Web Demo
Coming Soon


## Contributing

GetFlutter is **100% free** and **open source**. We encourage and support an active, healthy community that accepts contributions from the public &ndash; including you!

GetFlutter is **100% free** and **open source**. We encourage and support an active, healthy community that accepts contributions from the public &ndash; including you. There are couple of ways in which you can contribute to the growing community of `getflutter`.

* Pick up any issue marked with ["good first issue"](https://github.com/ionicfirebaseapp/getflutter/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
* Fix a bug
* Write and improve some **documentation**. Documentation is very critical to us. We would like to if you can support to add support in multiple language for our docs.
* If you are a developer, feel free to check out the source and submit pull requests.
* Dig into [**CONTRIBUTING.MD**](CONTRIBUTING.md), which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.
* 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.
* Not sure what to work on? [**We've got lots ideas.**](https://roadmap.getflutter.dev)


## Bugs-and-feature-requests


## Documentation

[**Installation Guide**](https://docs.getflutter.dev)
Expand All @@ -72,4 +82,4 @@ Instagram: <https://www.instagram.com/getflutter.dev/>


## Copyright-and-license
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/).
Code and documentation copyright 2017-2020 the [GETFLUTTER Authors](https://www.getflutter.dev) and [IONICFIREBASEAPP](https://ionicfirebaseapp.com) Code released under the [MIT License]. Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="getflutter_example"
android:label="GetFlutter"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Expand Down
Binary file modified example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions example/android/app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="splash_color">#19CA4B</color>
</resources>
23 changes: 23 additions & 0 deletions example/ios/Runner/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "LaunchImage.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "LaunchImage@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "LaunchImage@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file added example/ios/Runner/Assets.xcassets/LaunchImage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions example/ios/Runner/Assets.xcassets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Launch Screen Assets

You can customize the launch screen with your own desired assets by replacing the image files in this directory.

You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
2 changes: 1 addition & 1 deletion example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>getflutter_example</string>
<string>GetFlutter</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
Expand Down
Loading