Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9122f24

Browse files
committed
Update images.dart
Register newspaper image.
1 parent 0675320 commit 9122f24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/core/util/images.dart

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
class AssetSvg {
1+
class AssetsSvg {
22
static const _iconPath = 'assets/svg';
33
static const logoFlutterNewsRounded = '$_iconPath/logo_flutter_news_rounded.svg';
44
static const logoFlutterNewsRectangle = '$_iconPath/logo_flutter_news_rectangle.svg';
5+
}
6+
7+
class AssetsImage {
8+
static const _iconPath = 'assets/image';
9+
static const newspaper = '$_iconPath/image_news_paper.jpeg';
510
}

0 commit comments

Comments
 (0)