Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0675320 commit 9122f24Copy full SHA for 9122f24
lib/core/util/images.dart
@@ -1,5 +1,10 @@
1
-class AssetSvg {
+class AssetsSvg {
2
static const _iconPath = 'assets/svg';
3
static const logoFlutterNewsRounded = '$_iconPath/logo_flutter_news_rounded.svg';
4
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';
10
}
0 commit comments