8000 Create images.dart · CoderJava/Flutter-News-App@42c3002 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42c3002

Browse files
committed
Create images.dart
This file work for register all assets file name.
1 parent b53bcdd commit 42c3002

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/core/util/images.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class AssetSvg {
2+
static const _iconPath = 'assets/svg';
3+
static const logoFlutterNews = '$_iconPath/logo_flutter_news.svg';
4+
}

0 commit comments

Comments
 (0)
0