completed batch feature

This commit is contained in:
Prince
2026-06-17 00:55:20 +02:00
parent 31f403aa10
commit cc4b02f3c9
14 changed files with 2654 additions and 989 deletions

View File

@@ -111,6 +111,8 @@ class _HomeScreenState extends State<HomeScreen> with TickerProviderStateMixin {
prefs = await SharedPreferences.getInstance();
if (!mounted) return;
if (prefs.getString("token") != null) {
setState(() {
_isLoggedIn = true;