todo
This commit is contained in:
parent
0471843919
commit
abf9f9b13d
@ -10,6 +10,8 @@ import 'package:open_file/open_file.dart';
|
||||
enum UpdateState { prepare, downloading, installing }
|
||||
typedef UpdateCallback = Function(double progress, UpdateState state);
|
||||
|
||||
// TODO: cleanup old apk files
|
||||
|
||||
extension UpdateHelper on Release {
|
||||
Future<void> install({UpdateCallback? updateCallback}) async {
|
||||
String downloads = await StorageHelper.downloadsPath();
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b301aee9d0722d7fbdb2ebad8e7176a4baf1d4f2
|
||||
Subproject commit 6ba35d8050c65100ab71cb84012f012323c7e035
|
Loading…
x
Reference in New Issue
Block a user