Skip to content

Commit fe1c661

Browse files
authored
Update CHANGELOG.md
1 parent 267b620 commit fe1c661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.1
1+
## 4.1.0
22

33
**Feature**
44
- [#138](https://github.com/FlutterGen/flutter_gen/pull/138) Generate dartdoc as follows.
@@ -22,7 +22,7 @@
2222
**Bug fix**
2323
- [#134](https://github.com/FlutterGen/flutter_gen/pull/134) Added the ability to support the at symbol (@) in file names.
2424
```dart
25-
SvgGenImage get logo2x => const SvgGenImage('assets/images/[email protected]');
25+
AssetGenImage get logo2x => const AssetGenImage('assets/images/[email protected]');
2626
```
2727
**Development**
2828
- Update to Dart 2.14.4.

0 commit comments

Comments
 (0)