File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import 'dart:ui' ;
22
3- import 'package:auto_updater/auto_updater.dart' ;
43import 'package:dipantau_desktop_client/config/flavor_config.dart' ;
54import 'package:dipantau_desktop_client/core/util/enum/appearance_mode.dart' ;
6- import 'package:dipantau_desktop_client/core/util/enum/global_variable.dart' ;
75import 'package:dipantau_desktop_client/core/util/shared_preferences_manager.dart' ;
86import 'package:dipantau_desktop_client/feature/data/model/user_profile/user_profile_response.dart' ;
97import 'package:dipantau_desktop_client/feature/presentation/bloc/appearance/appearance_bloc.dart' ;
@@ -63,11 +61,6 @@ import 'package:window_manager/window_manager.dart';
6361void main () async {
6462 WidgetsFlutterBinding .ensureInitialized ();
6563
66- // Auto updater
67- const feedURL = autoUpdaterUrl;
68- autoUpdater.setFeedURL (feedURL);
69- autoUpdater.checkForUpdates ();
70-
7164 // Easy localization
7265 await EasyLocalization .ensureInitialized ();
7366
You can’t perform that action at this time.
0 commit comments