This commit is contained in:
unknown 2022-01-05 15:39:24 +01:00
parent 506c04aea9
commit 425a4aaa91

View File

@ -23,7 +23,7 @@ class UpdateProvider extends ChangeNotifier {
PackageInfo.fromPlatform().then((value) => _packageInfo = value);
}
String get currentVersion => "3.0.0"; //_packageInfo?.version ?? "";
String get currentVersion => _packageInfo?.version ?? "";
Future<void> fetch() async {
if (!Platform.isAndroid) return;