File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
lib/feature/presentation/page/splash Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import 'package:dipantau_desktop_client/feature/presentation/widget/widget_custo
88import 'package:dipantau_desktop_client/injection_container.dart' ;
99import 'package:flutter/material.dart' ;
1010import 'package:go_router/go_router.dart' ;
11- import 'package:package_info_plus/package_info_plus.dart' ;
1211
1312class SplashPage extends StatefulWidget {
1413 static const routePath = '/splash' ;
@@ -26,7 +25,6 @@ class _SplashPageState extends State<SplashPage> {
2625 super .initState ();
2726 Future .delayed (const Duration (seconds: 1 )).then ((_) async {
2827 sharedPreferencesManager = await sl.getAsync <SharedPreferencesManager >();
29- packageInfo = await PackageInfo .fromPlatform ();
3028 if (! sharedPreferencesManager.isKeyExists (SharedPreferencesManager .keyAppearanceMode)) {
3129 sharedPreferencesManager.putString (SharedPreferencesManager .keyAppearanceMode, AppearanceMode .light.name);
3230 }
You can’t perform that action at this time.
0 commit comments