feat: home grid

This commit is contained in:
shenlong-tanwen
2024-09-10 01:14:05 +05:30
parent 80009a77ec
commit 419d3669a2
33 changed files with 808 additions and 429 deletions
+4 -4
View File
@@ -9,14 +9,14 @@ import 'package:immich_mobile/presentation/router/router.dart';
import 'package:immich_mobile/service_locator.dart';
import 'package:immich_mobile/utils/constants/globals.dart';
class ImmichApp extends StatefulWidget {
const ImmichApp({super.key});
class ImApp extends StatefulWidget {
const ImApp({super.key});
@override
State createState() => _ImmichAppState();
State createState() => _ImAppState();
}
class _ImmichAppState extends State<ImmichApp> with WidgetsBindingObserver {
class _ImAppState extends State<ImApp> with WidgetsBindingObserver {
@override
Widget build(BuildContext context) {
return TranslationProvider(