Skip to content

Commit b6f8730

Browse files
Sandip KakadiyaSandip Kakadiya
authored andcommitted
changelog updated
1 parent 6ee7f97 commit b6f8730

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## 0.0.1-dev.9 - 2020-01-17
4+
5+
### Added
6+
* Added library exports for commonly used files.
7+
38

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

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/">
36
<img src="https://ik.imagekit.io/ionicfirebaseapp/tr:w-auto-300/gf-logo-g-b_SYSBeqUrR.png" alt="Get Flutter">

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: "1.0.0-dev.8"
83+
version: "1.0.0-dev.9"
8484
image:
8585
dependency: transitive
8686
description:

lib/getflutter.dart

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
library getflutter;
2+
3+
export 'colors/gf_color.dart';
4+
export 'position/gf_position.dart';
5+
export 'shape/gf_avatar_shape.dart';
6+
export 'shape/gf_badge_shape.dart';
7+
export 'shape/gf_button_shape.dart';
8+
export 'shape/gf_icon_button_shape.dart';
9+
export 'size/gf_size.dart';
10+
export 'types/gf_toggle_type.dart';
11+
export 'types/gf_type.dart';
12+
export 'types/gf_typography_type.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: getflutter
22
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.8
3+
version: 1.0.0-dev.9
44
#author: GetFlutter <[email protected]>
55
homepage: https://github.com/ionicfirebaseapp/getflutter
66

0 commit comments

Comments
 (0)