Skip to content

Commit 02a50be

Browse files
authored
Merge pull request #19 from FlutterGen/bumpup-100
Release 1.0.0
2 parents 33549d2 + b6d92f5 commit 02a50be

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## 0.1.0
1+
## 1.0.0
22

33
Initial release.
44

55
- Assets generator
6+
- Supported image type.
7+
- Supported SVG as an integration.
8+
- And others.
9+
610
- Fonts generator
711
- Colors generator
12+
- Supported xml file.
13+
- MaterialColor

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to FlutterGen
22

3-
_See also: [Contributor Covenant Code of Conduct](https://github.com/wasabeef/flutter_gen/blob/main/CODE_OF_CONDUCT.md)_
3+
_See also: [Contributor Covenant Code of Conduct](https://github.com/FlutterGen/flutter_gen/blob/main/CODE_OF_CONDUCT.md)_
44

55
## Things you will need
66

@@ -47,7 +47,7 @@ keep the code consistent and avoid common pitfalls.
4747
To send us a pull request:
4848

4949
* `git pull-request` (if you are using [Hub](http://github.com/github/hub/)) or
50-
go to `https://github.com/wasabeef/flutter_gen` and click the
50+
go to `https://github.com/FlutterGen/flutter_gen` and click the
5151
"Compare & pull request" button
5252

5353
Please make sure all your checkins have detailed commit messages explaining the patch.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<p align="center">
22
<a href="https://pub.dev/packages/flutter_gen">
3-
<img src="./art/logo.png" width="480px"/>
3+
<img src="https://github.com/FlutterGen/flutter_gen/raw/main/art/logo.png" width="480px"/>
44
</a>
55
</p>
66
<p align="center">
77
<a href="https://pub.dartlang.org/packages/flutter_gen">
88
<img src="https://img.shields.io/pub/v/flutter_gen.svg">
99
</a>
10-
<a href="https://github.com/wasabeef/flutter_gen/actions?query=workflow%3A%22Flutter+CI%22">
11-
<img src="https://github.com/wasabeef/flutter_gen/workflows/Flutter%20CI/badge.svg?branch=master" />
10+
<a href="https://github.com/FlutterGen/flutter_gen/actions?query=workflow%3A%22Flutter+CI%22">
11+
<img src="https://github.com/FlutterGen/flutter_gen/workflows/Flutter%20CI/badge.svg?branch=master" />
1212
</a>
1313
</p>
1414

@@ -536,7 +536,7 @@ class ColorName {
536536

537537
## Issues
538538

539-
Please file [FlutterGen] specific issues, bugs, or feature requests in our [issue tracker](https://github.com/wasabeef/flutter_gen/issues/new).
539+
Please file [FlutterGen] specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FlutterGen/flutter_gen/issues/new).
540540

541541
Plugin issues that are not specific to [FlutterGen] can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
542542

@@ -545,8 +545,8 @@ Plugin issues that are not specific to [FlutterGen] can be filed in the [Flutter
545545
**We are looking for co-developers.**
546546

547547
If you wish to contribute a change to any of the existing plugins in this repo,
548-
please review our [contribution guide](https://github.com/wasabeef/flutter_gen/blob/master/CONTRIBUTING.md)
549-
and open a [pull request](https://github.com/wasabeef/flutter_gen/pulls).
548+
please review our [contribution guide](https://github.com/FlutterGen/flutter_gen/blob/master/CONTRIBUTING.md)
549+
and open a [pull request](https://github.com/FlutterGen/flutter_gen/pulls).
550550

551551
### Milestone
552552

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: flutter_gen
22
description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
3-
version: 0.0.21
4-
komepage: https://github.com/wasabeef/flutter_gen
5-
repository: https://github.com/wasabeef/flutter_gen
6-
documentation: https://github.com/wasabeef/flutter_gen
7-
issue_tracker: https://github.com/wasabeef/flutter_gen/issues
3+
version: 1.0.0
4+
komepage: https://github.com/FlutterGen/flutter_gen
5+
repository: https://github.com/FlutterGen/flutter_gen
6+
documentation: https://github.com/FlutterGen/flutter_gen
7+
issue_tracker: https://github.com/FlutterGen/flutter_gen/issues
88
authors:
99
- Daichi Furiya <[email protected]>
1010
- Mao Yufeng <[email protected]>

0 commit comments

Comments
 (0)