BASE: Update Icons & Name Of The App.

This commit is contained in:
2025-12-04 10:23:59 +05:00
parent b04050384d
commit e602782edd
228 changed files with 34364 additions and 7905 deletions

View File

@@ -1,5 +1,5 @@
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:get/get.dart' hide Trans;
import '../utils/preferences.dart';
class ThemeController extends GetxController {
@@ -23,5 +23,3 @@ class ThemeController extends GetxController {
ThemeMode get themeMode => isDark.value ? ThemeMode.dark : ThemeMode.light;
}