fix: some warnings remove + light / ugly theme added
This commit is contained in:
@@ -75,7 +75,7 @@ class SettingsViewModel extends ChangeNotifier {
|
||||
? update.download
|
||||
: "$kUpdateServerUrl${update.download}";
|
||||
|
||||
debugPrint("Download Url: ${url}");
|
||||
debugPrint("Download Url: $url");
|
||||
|
||||
final stream = OtaUpdate().execute(
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user