From f5afed0d8be10a2d6dd9bdcf87d11dc993ed3c2a Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Mon, 5 May 2025 15:52:45 +0530 Subject: [PATCH] added logo asset --- lib/res/assets_res.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/res/assets_res.dart b/lib/res/assets_res.dart index f055fc7..cc0b6c3 100644 --- a/lib/res/assets_res.dart +++ b/lib/res/assets_res.dart @@ -8,4 +8,5 @@ class AssetsRes { static const String PROJECT_NAME = 'marco'; static const String PROJECT_VERSION = '1.0.0+1'; + static const String LOADING_LOGO = 'assets/logo/loading_logo.png'; }