Skip to content

Commit d4e0410

Browse files
authored
Merge pull request #41 from FlutterGen/bumpup-120
release 1.2.0
2 parents 61989c4 + 98496f1 commit d4e0410

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.0
2+
3+
New Feature
4+
- [#40](https://github.com/FlutterGen/flutter_gen/pull/40) Support MaterialAccentColor
5+
16
## 1.1.0
27

38
New Feature

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _See also: [Contributor Covenant Code of Conduct](https://github.com/FlutterGen/
55
## Things you will need
66

77
* Linux, Mac OS X, or Windows.
8-
* Dart
8+
* Flutter and Dart (Stable channel)
99
* Git
1010

1111
## Running the FlutterGen

example/pubspec.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ packages:
141141
url: "https://pub.dartlang.org"
142142
source: hosted
143143
version: "1.14.13"
144+
color:
145+
dependency: transitive
146+
description:
147+
name: color
148+
url: "https://pub.dartlang.org"
149+
source: hosted
150+
version: "2.1.1"
144151
convert:
145152
dependency: transitive
146153
description:
@@ -201,7 +208,7 @@ packages:
201208
path: ".."
202209
relative: true
203210
source: path
204-
version: "1.0.3"
211+
version: "1.2.0"
205212
flutter_svg:
206213
dependency: "direct main"
207214
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_gen
22
description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
3-
version: 1.1.0
3+
version: 1.2.0
44
komepage: https://github.com/FlutterGen/flutter_gen
55
repository: https://github.com/FlutterGen/flutter_gen
66
documentation: https://github.com/FlutterGen/flutter_gen

0 commit comments

Comments
 (0)