File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11import 'package:dio/dio.dart' ;
22import 'package:flutter/material.dart' ;
33import 'package:loftify/Utils/app_provider.dart' ;
4- import 'package:loftify/Utils/iprint.dart' ;
54import 'package:loftify/Utils/itoast.dart' ;
65import 'package:loftify/Utils/responsive_util.dart' ;
76import 'package:path_provider/path_provider.dart' ;
@@ -135,8 +134,8 @@ class _UpdateScreenState extends State<UpdateScreen>
135134 try {
136135 late ReleaseAsset asset;
137136 if (ResponsiveUtil .isWindows ()) {
138- asset =
139- FileUtil . getWindowsInstallerAsset ( latestReleaseItem);
137+ asset = FileUtil . getWindowsInstallerAsset (
138+ latestVersion, latestReleaseItem);
140139 }
141140 String url = asset.browserDownloadUrl;
142141 var appDocDir = await getDownloadsDirectory ();
Original file line number Diff line number Diff line change @@ -883,6 +883,14 @@ packages:
883883 url: "https://pub.flutter-io.cn"
884884 source: hosted
885885 version: "0.19.0"
886+ intl_utils:
887+ dependency: "direct main"
888+ description:
889+ name: intl_utils
890+ sha256: c2b1f5c72c25512cbeef5ab015c008fc50fe7e04813ba5541c25272300484bf4
891+ url: "https://pub.flutter-io.cn"
892+ source: hosted
893+ version: "2.8.7"
886894 io:
887895 dependency: transitive
888896 description:
Original file line number Diff line number Diff line change 11name : loftify
2- version : 1.12 .0+1120
2+ version : 1.13 .0+1130
33description : An third-party application for LOFTER
44publish_to : none
55
You can’t perform that action at this time.
0 commit comments