We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafa745 commit 282d507Copy full SHA for 282d507
lib/pages/splash_screen.dart
@@ -150,8 +150,8 @@ class _SplashScreenState extends State<SplashScreen> with SingleTickerProviderSt
150
);
151
152
await UpdateService.instance.downloadAndInstallUpdate(
153
- update['downloadUrl'],
154
- update['version'],
+ update['assets'].first['browser_download_url'],
+ update['tag_name']?.toString() ?? '',
155
156
157
if (!mounted) return;
0 commit comments