added logo asset

This commit is contained in:
Vaibhav Surve 2025-05-05 15:52:45 +05:30
parent a7401ebf84
commit f5afed0d8b

View File

@ -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';
}