Skip to content

Commit 8504e9a

Browse files
authored
Update CHANGELOG.md
1 parent e5b9a88 commit 8504e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
```
3333
- [#291](https://github.com/FlutterGen/flutter_gen/pull/291) Add values list to generated classes for each directory.
3434
```dart
35-
Assets.images. // <List<AssetGenImage>>[chip1, chip2, logo, profileJpg, profilePng];
35+
Assets.images.values // <List<AssetGenImage>>[chip1, chip2, logo, profileJpg, profilePng];
3636
```
3737
- [#292](https://github.com/FlutterGen/flutter_gen/pull/292) Support an ImageProvider.
3838
```dart

0 commit comments

Comments
 (0)