fix: deps and auto-update check
This commit is contained in:
+2
-1
@@ -21,12 +21,13 @@ class _KoolTabAppState extends State<KoolTabApp> {
|
||||
}
|
||||
|
||||
Future<void> _checkForUpdates() async {
|
||||
final updater = AppUpdateUtil(serverUrl: "http://localhost:3000/");
|
||||
final updater = AppUpdateUtil(serverUrl: "http://localhost:3000");
|
||||
|
||||
try {
|
||||
final update = await updater.checkForUpdate();
|
||||
|
||||
if (update == null) {
|
||||
debugPrint("No update available: ");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user