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 b53bcdd commit 42c3002Copy full SHA for 42c3002
lib/core/util/images.dart
@@ -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