feat: update home ui

This commit is contained in:
Efril
2026-06-23 21:27:27 +07:00
parent e236d811ce
commit 83f4e065ed
34 changed files with 2128 additions and 1597 deletions
@@ -1,3 +1,4 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:auto_route/auto_route.dart';
import 'package:package_info_plus/package_info_plus.dart';
@@ -75,7 +76,9 @@ class _AboutAppPageState extends State<AboutAppPage>
deviceInfo = device;
});
} catch (e) {
print('Error loading app info: $e');
if (kDebugMode) {
print('Error loading app info: $e');
}
}
}