forked from firka/student-legacy
cleanup
This commit is contained in:
parent
506c04aea9
commit
425a4aaa91
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user