You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+44-13Lines changed: 44 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,51 @@
1
1
## 4.0.1
2
2
3
-
Bug fix
3
+
**Feature**
4
+
-[#138](https://github.com/FlutterGen/flutter_gen/pull/138) Generate dartdoc as follows.
5
+
```dart
6
+
/// File path: pictures/chip5.jpg
7
+
AssetGenImage get chip5 => const AssetGenImage('pictures/chip5.jpg');
8
+
/// Color: #979797
9
+
static const Color gray410 = Color(0xFF979797);
10
+
```
11
+
-[#143](https://github.com/FlutterGen/flutter_gen/pull/143) Support [Rive](https://rive.app/) files type.
12
+
```yaml
13
+
flutter_gen:
14
+
integrations:
15
+
rive: true
16
+
```
17
+
- [#150](https://github.com/FlutterGen/flutter_gen/pull/150) Added the --version option for command-line.
18
+
```shell
19
+
% fluttergen --version
20
+
FlutterGen v4.1.0
21
+
```
22
+
**Bug fix**
23
+
-[#134](https://github.com/FlutterGen/flutter_gen/pull/134) Added the ability to support the at symbol (@) in file names.
24
+
```dart
25
+
SvgGenImage get logo2x => const SvgGenImage('assets/images/[email protected]');
26
+
```
27
+
**Development**
28
+
- Update to Dart 2.14.4.
29
+
- Update to Flutter 2.5.3.
30
+
- Replace to renovate.
31
+
32
+
## 4.0.1
33
+
34
+
**Bug fix**
4
35
-[#134](https://github.com/FlutterGen/flutter_gen/issues/134) Support the at symbol (@) in file names.
5
36
-[#139](https://github.com/FlutterGen/flutter_gen/issues/139) Error: Method not found: '$checkedCreate
6
37
7
-
Development
38
+
**Development**
8
39
- Replace to flutter_lints.
9
40
10
41
## 4.0.0
11
42
12
-
Features
43
+
**Features**
13
44
-[BREAKING] Ended support for Non null safety codes.
14
45
- Use for `line_length` instead of `lineLength`.
15
46
16
47
17
-
Development
48
+
**Development**
18
49
- Replace to [Melos](https://pub.dev/packages/melos).
19
50
- Add VSCode setting.
20
51
@@ -31,12 +62,12 @@ Development
31
62
32
63
## 3.1.1
33
64
34
-
New Feature & Bug fix
65
+
**Features** & **Bug fix**
35
66
- [#103](https://github.com/FlutterGen/flutter_gen/pull/103) Add option packageParameterEnabled to control whether to generate package parameter for assets or not.
36
67
37
68
## 3.1.0
38
69
39
-
New Feature
70
+
**Features**
40
71
- [#98](https://github.com/FlutterGen/flutter_gen/pull/98) Support for adding assets from a package
41
72
42
73
@@ -81,12 +112,12 @@ New Feature
81
112
```
82
113
83
114
84
-
Bug fix
115
+
**Bug fix**
85
116
-[#75](https://github.com/FlutterGen/flutter_gen/issues/75) Null safety support for generated files
86
117
87
118
## 1.3.1
88
119
89
-
Bug fix
120
+
**Bug fix**
90
121
-[#60](https://github.com/FlutterGen/flutter_gen/issues/60) Set files like .DS_Store to the ignore list.
91
122
92
123
## 1.3.0
@@ -97,12 +128,12 @@ New Feature
97
128
98
129
## 1.2.2
99
130
100
-
Bug fix
131
+
**Bug fix**
101
132
-[#51](https://github.com/FlutterGen/flutter_gen/pull/51) Added support for Key parameter in image() and svg().
102
133
103
134
## 1.2.1
104
135
105
-
Bug fix
136
+
**Bug fix**
106
137
-[#42](https://github.com/FlutterGen/flutter_gen/pull/42) Generated output folder name not being respected
107
138
108
139
## 1.2.0
@@ -120,17 +151,17 @@ New Feature
120
151
121
152
## 1.0.3
122
153
123
-
Bug fix
154
+
**Bug fix**
124
155
- Insufficient params of flutter_svg [#32](https://github.com/FlutterGen/flutter_gen/pull/34)
0 commit comments