handle null error in profile

This commit is contained in:
amirrezaghabeli
2025-08-27 13:33:47 +03:30
parent 0b2825f836
commit c401c6c8d9
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
class AppStrings {
AppStrings._();
static const String noData = 'No data';
// App Titles
static const String appName = 'My Awesome App';
static const String loginTitle = 'Welcome Back';