Skip to content

Commit 5f645b7

Browse files
committed
Refactor code
Change variable names Use enum for ConnectionStatus instead of String
1 parent 88c221e commit 5f645b7

13 files changed

Lines changed: 76 additions & 672 deletions

lib/l10n/app_en.arb

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
"nothing_found": "Nothing found",
2121
"connected": "CONNECTED",
2222
"disconnected": "DISCONNECTED",
23-
"connecting": "CONNECTING",
24-
"disconnecting": "DISCONNECTING"
25-
26-
27-
28-
29-
23+
"reconnecting": "RECONNECTING",
24+
"connecting": "CONNECTING",
25+
"disconnecting": "DISCONNECTING"
3026
}
31-

lib/l10n/app_localizations.dart

Lines changed: 0 additions & 274 deletions
This file was deleted.

lib/l10n/app_localizations_en.dart

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)