refactor: splash

This commit is contained in:
efrilm 2025-08-12 17:15:16 +07:00
parent 318d22d7c9
commit a9967a366f
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
import 'package:auto_route/auto_route.dart'; import 'package:auto_route/auto_route.dart';
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import '../../common/theme/theme.dart'; import '../../../common/theme/theme.dart';
import '../components/assets/assets.gen.dart'; import '../../components/assets/assets.gen.dart';
import '../router/app_router.gr.dart'; import '../../router/app_router.gr.dart';
@RoutePage() @RoutePage()
class SplashPage extends StatefulWidget { class SplashPage extends StatefulWidget {

View File

@ -11,7 +11,7 @@
// ignore_for_file: no_leading_underscores_for_library_prefixes // ignore_for_file: no_leading_underscores_for_library_prefixes
import 'package:apskel_owner_flutter/presentation/pages/auth/login/login_page.dart' import 'package:apskel_owner_flutter/presentation/pages/auth/login/login_page.dart'
as _i1; as _i1;
import 'package:apskel_owner_flutter/presentation/pages/splash_page.dart' import 'package:apskel_owner_flutter/presentation/pages/splash/splash_page.dart'
as _i2; as _i2;
import 'package:auto_route/auto_route.dart' as _i3; import 'package:auto_route/auto_route.dart' as _i3;