Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
apk_update
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
apk_update
Commits
542183f9
提交
542183f9
authored
7月 28, 2023
作者:
shixiaochen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1、适配顶部透明图片样式、底部按钮样式;2、升级内容支持a链接跳转(Android跳转应用市场、iOS跳转AppStore);
上级
eb0dc546
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
61 行增加
和
586 行删除
+61
-586
.gitignore
example/.gitignore
+1
-0
.gitignore
example/ios/.gitignore
+1
-0
Podfile.lock
example/ios/Podfile.lock
+0
-55
pubspec.lock
example/pubspec.lock
+0
-504
utils.dart
lib/utils/utils.dart
+10
-0
update_dialog.dart
lib/widget/update_dialog.dart
+45
-27
pubspec.yaml
pubspec.yaml
+4
-0
没有找到文件。
example/.gitignore
浏览文件 @
542183f9
...
@@ -42,3 +42,4 @@ app.*.map.json
...
@@ -42,3 +42,4 @@ app.*.map.json
/android/app/debug
/android/app/debug
/android/app/profile
/android/app/profile
/android/app/release
/android/app/release
/pubspec.lock
example/ios/.gitignore
浏览文件 @
542183f9
...
@@ -32,3 +32,4 @@ Runner/GeneratedPluginRegistrant.*
...
@@ -32,3 +32,4 @@ Runner/GeneratedPluginRegistrant.*
!default.mode2v3
!default.mode2v3
!default.pbxuser
!default.pbxuser
!default.perspectivev3
!default.perspectivev3
/Podfile.lock
example/ios/Podfile.lock
deleted
100644 → 0
浏览文件 @
eb0dc546
PODS:
- apk_update (0.0.1):
- Flutter
- Flutter (1.0.0)
- fluttertoast (0.0.2):
- Flutter
- Toast
- integration_test (0.0.1):
- Flutter
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- Toast (4.0.0)
DEPENDENCIES:
- apk_update (from `.symlinks/plugins/apk_update/ios`)
- Flutter (from `Flutter`)
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
SPEC REPOS:
trunk:
- Toast
EXTERNAL SOURCES:
apk_update:
:path: ".symlinks/plugins/apk_update/ios"
Flutter:
:path: Flutter
fluttertoast:
:path: ".symlinks/plugins/fluttertoast/ios"
integration_test:
:path: ".symlinks/plugins/integration_test/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
shared_preferences_foundation:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
SPEC CHECKSUMS:
apk_update: 3ea73f5eaf6c9816a7f7e3ceaca627b7e87d0889
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
fluttertoast: fafc4fa4d01a6a9e4f772ecd190ffa525e9e2d9c
integration_test: 13825b8a9334a850581300559b8839134b124670
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
PODFILE CHECKSUM: 02caaa843f6501172c0d470d80e72f61175c8b93
COCOAPODS: 1.12.1
example/pubspec.lock
deleted
100644 → 0
浏览文件 @
eb0dc546
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
apk_update:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.0.1"
async:
dependency: transitive
description:
name: async
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.11.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.1"
characters:
dependency: transitive
description:
name: characters
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.0"
clock:
dependency: transitive
description:
name: clock
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.1.1"
collection:
dependency: transitive
description:
name: collection
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.17.1"
common_utils:
dependency: transitive
description:
name: common_utils
sha256: c26884339b13ff99b0739e56f4b02090c84054ed9dd3a045435cd24e7b99c2c1
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.0"
convert:
dependency: transitive
description:
name: convert
sha256: "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592"
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.1.1"
crypto:
dependency: transitive
description:
name: crypto
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.0.3"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.5"
decimal:
dependency: transitive
description:
name: decimal
sha256: "24a261d5d5c87e86c7651c417a5dbdf8bcd7080dd592533910e8d0505a279f21"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.3"
dio:
dependency: transitive
description:
name: dio
sha256: "3866d67f93523161b643187af65f5ac08bc991a5bcdaf41a2d587fe4ccb49993"
url: "https://pub.flutter-io.cn"
source: hosted
version: "5.3.0"
fake_async:
dependency: transitive
description:
name: fake_async
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.1"
ffi:
dependency: transitive
description:
name: ffi
sha256: ed5337a5660c506388a9f012be0288fb38b49020ce2b45fe1f8b8323fe429f99
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.2"
file:
dependency: transitive
description:
name: file
sha256: "1b92bec4fc2a72f59a8e15af5f52cd441e4a7860b49499d69dfa817af20e925d"
url: "https://pub.flutter-io.cn"
source: hosted
version: "6.1.4"
flustars_flutter3:
dependency: transitive
description:
name: flustars_flutter3
sha256: d4f412eeb97e648dfe5cf888aa9066f6c1b1f133ff72dca264c0d23a906e3dab
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.0.0"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_driver:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "2118df84ef0c3ca93f96123a616ae8540879991b8b57af2f81b76a7ada49b2a4"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.2"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
fluttertoast:
dependency: transitive
description:
name: fluttertoast
sha256: "474f7d506230897a3cd28c965ec21c5328ae5605fc9c400cd330e9e9d6ac175c"
url: "https://pub.flutter-io.cn"
source: hosted
version: "8.2.2"
fuchsia_remote_debug_protocol:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
get:
dependency: "direct dev"
description:
name: get
sha256: "2ba20a47c8f1f233bed775ba2dd0d3ac97b4cf32fc17731b3dfc672b06b0e92a"
url: "https://pub.flutter-io.cn"
source: hosted
version: "4.6.5"
http_parser:
dependency: transitive
description:
name: http_parser
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
url: "https://pub.flutter-io.cn"
source: hosted
version: "4.0.2"
integration_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
js:
dependency: transitive
description:
name: js
sha256: f2c445dce49627136094980615a031419f7f3eb393237e4ecd97ac15dea343f3
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.6.7"
lints:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.1"
matcher:
dependency: transitive
description:
name: matcher
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.12.15"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.2.0"
meta:
dependency: transitive
description:
name: meta
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.9.1"
path:
dependency: transitive
description:
name: path
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.8.3"
path_provider:
dependency: transitive
description:
name: path_provider
sha256: "3087813781ab814e4157b172f1a11c46be20179fcc9bea043e0fba36bc0acaa2"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.15"
path_provider_android:
dependency: transitive
description:
name: path_provider_android
sha256: "2cec049d282c7f13c594b4a73976b0b4f2d7a1838a6dd5aaf7bd9719196bee86"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.27"
path_provider_foundation:
dependency: transitive
description:
name: path_provider_foundation
sha256: "916731ccbdce44d545414dd9961f26ba5fbaa74bcbb55237d8e65a623a8c7297"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.4"
path_provider_linux:
dependency: transitive
description:
name: path_provider_linux
sha256: ffbb8cc9ed2c9ec0e4b7a541e56fd79b138e8f47d2fb86815f15358a349b3b57
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.11"
path_provider_platform_interface:
dependency: transitive
description:
name: path_provider_platform_interface
sha256: "57585299a729335f1298b43245842678cb9f43a6310351b18fb577d6e33165ec"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.6"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
sha256: "1cb68ba4cd3a795033de62ba1b7b4564dace301f952de6bfb3cd91b202b6ee96"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.7"
platform:
dependency: transitive
description:
name: platform
sha256: "4a451831508d7d6ca779f7ac6e212b4023dd5a7d08a27a63da33756410e32b76"
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.1.0"
plugin_platform_interface:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "43798d895c929056255600343db8f049921cbec94d31ec87f1dc5c16c01935dd"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.5"
process:
dependency: transitive
description:
name: process
sha256: "53fd8db9cec1d37b0574e12f07520d582019cb6c44abf5479a01505099a34a09"
url: "https://pub.flutter-io.cn"
source: hosted
version: "4.2.4"
rational:
dependency: transitive
description:
name: rational
sha256: ba58e9e18df9abde280e8b10051e4bce85091e41e8e7e411b6cde2e738d357cf
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.2"
shared_preferences:
dependency: transitive
description:
name: shared_preferences
sha256: "0344316c947ffeb3a529eac929e1978fcd37c26be4e8468628bac399365a3ca1"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.0"
shared_preferences_android:
dependency: transitive
description:
name: shared_preferences_android
sha256: fe8401ec5b6dcd739a0fe9588802069e608c3fdbfd3c3c93e546cf2f90438076
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.0"
shared_preferences_foundation:
dependency: transitive
description:
name: shared_preferences_foundation
sha256: f39696b83e844923b642ce9dd4bd31736c17e697f6731a5adf445b1274cf3cd4
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.2"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
sha256: "71d6806d1449b0a9d4e85e0c7a917771e672a3d5dc61149cc9fac871115018e1"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.0"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: "23b052f17a25b90ff2b61aad4cc962154da76fb62848a9ce088efe30d7c50ab1"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.0"
shared_preferences_web:
dependency: transitive
description:
name: shared_preferences_web
sha256: "7347b194fb0bbeb4058e6a4e87ee70350b6b2b90f8ac5f8bd5b3a01548f6d33a"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.2.0"
shared_preferences_windows:
dependency: transitive
description:
name: shared_preferences_windows
sha256: f95e6a43162bce43c9c3405f3eb6f39e5b5d11f65fab19196cf8225e2777624d
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.3.0"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.99"
source_span:
dependency: transitive
description:
name: source_span
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.9.1"
sp_util:
dependency: transitive
description:
name: sp_util
sha256: "9da43dce5de79c17a787d0626bf01538d63090ca32521200d22a232171c495dc"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.0.3"
stack_trace:
dependency: transitive
description:
name: stack_trace
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.11.0"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.1"
string_scanner:
dependency: transitive
description:
name: string_scanner
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.0"
sync_http:
dependency: transitive
description:
name: sync_http
sha256: "7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.3.1"
synchronized:
dependency: transitive
description:
name: synchronized
sha256: "5fcbd27688af6082f5abd611af56ee575342c30e87541d0245f7ff99faa02c60"
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.1.0"
term_glyph:
dependency: transitive
description:
name: term_glyph
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.5.1"
typed_data:
dependency: transitive
description:
name: typed_data
sha256: facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.3.2"
vector_math:
dependency: transitive
description:
name: vector_math
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.4"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: f6deed8ed625c52864792459709183da231ebf66ff0cf09e69b573227c377efe
url: "https://pub.flutter-io.cn"
source: hosted
version: "11.3.0"
webdriver:
dependency: transitive
description:
name: webdriver
sha256: "3c923e918918feeb90c4c9fdf1fe39220fa4c0e8e2c0fffaded174498ef86c49"
url: "https://pub.flutter-io.cn"
source: hosted
version: "3.0.2"
win32:
dependency: transitive
description:
name: win32
sha256: dfdf0136e0aa7a1b474ea133e67cb0154a0acd2599c4f3ada3b49d38d38793ee
url: "https://pub.flutter-io.cn"
source: hosted
version: "5.0.5"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
sha256: e0b1147eec179d3911f1f19b59206448f78195ca1d20514134e10641b7d7fbff
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.1"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
lib/utils/utils.dart
浏览文件 @
542183f9
...
@@ -4,6 +4,7 @@ import 'package:dio/dio.dart';
...
@@ -4,6 +4,7 @@ import 'package:dio/dio.dart';
import
'package:flustars_flutter3/flustars_flutter3.dart'
;
import
'package:flustars_flutter3/flustars_flutter3.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:get/route_manager.dart'
;
import
'package:get/route_manager.dart'
;
import
'package:url_launcher/url_launcher.dart'
;
// 获取版本号
// 获取版本号
const
String
getSystemVersionByNumber
=
const
String
getSystemVersionByNumber
=
...
@@ -77,3 +78,12 @@ void checkVersion({
...
@@ -77,3 +78,12 @@ void checkVersion({
debugPrint
(
"===== 网络请求错误:
${e.response?.statusCode}
${e.response?.statusMessage}
"
);
debugPrint
(
"===== 网络请求错误:
${e.response?.statusCode}
${e.response?.statusMessage}
"
);
}
}
}
}
/// 打开浏览器
Future
<
void
>
openBrowser
(
String
stringUrl
)
async
{
final
Uri
url
=
Uri
.
parse
(
stringUrl
);
if
(!
await
launchUrl
(
url
,
mode:
LaunchMode
.
externalApplication
))
{
throw
Exception
(
'Could not launch
$url
'
);
}
}
lib/widget/update_dialog.dart
浏览文件 @
542183f9
import
'dart:io'
;
import
'dart:io'
;
import
'package:apk_update/utils/image_utils.dart'
;
import
'package:apk_update/utils/image_utils.dart'
;
import
'package:apk_update/utils/utils.dart'
;
import
'package:dio/dio.dart'
;
import
'package:dio/dio.dart'
;
import
'package:flustars_flutter3/flustars_flutter3.dart'
;
import
'package:flustars_flutter3/flustars_flutter3.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter_widget_from_html_core/flutter_widget_from_html_core.dart'
;
class
UpdateDialog
extends
StatefulWidget
{
class
UpdateDialog
extends
StatefulWidget
{
final
String
?
title
;
// 升级版本
final
String
?
title
;
// 升级版本
...
@@ -50,19 +52,22 @@ class _UpdateDialogState extends State<UpdateDialog> {
...
@@ -50,19 +52,22 @@ class _UpdateDialogState extends State<UpdateDialog> {
resizeToAvoidBottomInset:
false
,
resizeToAvoidBottomInset:
false
,
backgroundColor:
Colors
.
transparent
,
backgroundColor:
Colors
.
transparent
,
body:
Center
(
body:
Center
(
child:
Container
(
child:
SizedBox
(
decoration:
BoxDecoration
(
color:
Colors
.
white
,
borderRadius:
BorderRadius
.
circular
(
8.0
),
),
width:
280.0
,
width:
280.0
,
child:
Column
(
child:
Column
(
mainAxisSize:
MainAxisSize
.
min
,
mainAxisSize:
MainAxisSize
.
min
,
children:
<
Widget
>[
children:
<
Widget
>[
// 顶部图片
// 顶部图片
_topImage
(),
_topImage
(),
Padding
(
Container
(
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
15.0
),
padding:
const
EdgeInsets
.
symmetric
(
horizontal:
15.0
),
decoration:
const
BoxDecoration
(
color:
Colors
.
white
,
borderRadius:
BorderRadius
.
only
(
bottomLeft:
Radius
.
circular
(
8.0
),
bottomRight:
Radius
.
circular
(
8.0
),
),
),
child:
Column
(
child:
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
crossAxisAlignment:
CrossAxisAlignment
.
start
,
children:
[
children:
[
...
@@ -75,18 +80,8 @@ class _UpdateDialogState extends State<UpdateDialog> {
...
@@ -75,18 +80,8 @@ class _UpdateDialogState extends State<UpdateDialog> {
value:
_value
,
value:
_value
,
)
)
// 按钮
// 按钮
:
Row
(
:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
spaceBetween
,
children:
<
Widget
>[
children:
<
Widget
>[
Offstage
(
offstage:
widget
.
isUpdateMore
,
child:
_btn
(
title:
'残忍拒绝'
,
textColor:
Theme
.
of
(
context
).
primaryColor
,
bgColor:
Colors
.
transparent
,
onTap:
()
=>
Navigator
.
pop
(
context
),
),
),
_btn
(
_btn
(
title:
'立即更新'
,
title:
'立即更新'
,
onTap:
()
{
onTap:
()
{
...
@@ -100,10 +95,20 @@ class _UpdateDialogState extends State<UpdateDialog> {
...
@@ -100,10 +95,20 @@ class _UpdateDialogState extends State<UpdateDialog> {
_download
();
_download
();
}
}
},
},
)
),
const
SizedBox
(
height:
5.0
),
Offstage
(
offstage:
widget
.
isUpdateMore
,
child:
_btn
(
title:
'忽略此版本'
,
textColor:
const
Color
(
0xFF666666
),
bgColor:
Colors
.
transparent
,
onTap:
()
=>
Navigator
.
pop
(
context
),
),
),
],
],
),
),
const
SizedBox
(
height:
1
5
.0
),
const
SizedBox
(
height:
1
0
.0
),
],
],
),
),
),
),
...
@@ -133,6 +138,7 @@ class _UpdateDialogState extends State<UpdateDialog> {
...
@@ -133,6 +138,7 @@ class _UpdateDialogState extends State<UpdateDialog> {
/// 标题、内容
/// 标题、内容
Widget
_content
({
String
?
title
,
String
?
content
})
=>
Column
(
Widget
_content
({
String
?
title
,
String
?
content
})
=>
Column
(
crossAxisAlignment:
CrossAxisAlignment
.
start
,
children:
[
children:
[
const
SizedBox
(
height:
15.0
),
const
SizedBox
(
height:
15.0
),
// 标题
// 标题
...
@@ -145,14 +151,26 @@ class _UpdateDialogState extends State<UpdateDialog> {
...
@@ -145,14 +151,26 @@ class _UpdateDialogState extends State<UpdateDialog> {
),
),
const
SizedBox
(
height:
5.0
),
const
SizedBox
(
height:
5.0
),
// 内容
// 内容
Text
(
htmlWidget
(
content
),
content
??
""
,
style:
const
TextStyle
(
fontSize:
15.0
,
color:
Color
(
0xFF4E5969
)),
),
const
SizedBox
(
height:
15.0
),
const
SizedBox
(
height:
15.0
),
],
],
);
);
/// 显示html内容
Widget
htmlWidget
(
String
?
content
)
{
return
HtmlWidget
(
widget
.
content
??
""
,
onTapUrl:
(
url
)
{
if
(
Platform
.
isIOS
)
{
widget
.
jumpAppStore
?.
call
();
}
else
{
openBrowser
(
url
);
}
return
true
;
},
);
}
/// 按钮
/// 按钮
Widget
_btn
({
Widget
_btn
({
String
?
title
,
String
?
title
,
...
@@ -163,13 +181,12 @@ class _UpdateDialogState extends State<UpdateDialog> {
...
@@ -163,13 +181,12 @@ class _UpdateDialogState extends State<UpdateDialog> {
InkWell
(
InkWell
(
onTap:
onTap
,
onTap:
onTap
,
child:
Container
(
child:
Container
(
width:
110.0
,
width:
double
.
infinity
,
constraints:
const
BoxConstraints
(
minHeight:
36
.0
),
constraints:
const
BoxConstraints
(
minHeight:
40
.0
),
alignment:
Alignment
.
center
,
alignment:
Alignment
.
center
,
decoration:
BoxDecoration
(
decoration:
BoxDecoration
(
color:
bgColor
??
Theme
.
of
(
context
).
primaryColor
,
color:
bgColor
??
Theme
.
of
(
context
).
primaryColor
,
borderRadius:
BorderRadius
.
circular
(
20.0
),
borderRadius:
BorderRadius
.
circular
(
4.0
),
border:
Border
.
all
(
color:
Theme
.
of
(
context
).
primaryColor
),
),
),
child:
Text
(
child:
Text
(
title
??
""
,
title
??
""
,
...
@@ -188,6 +205,7 @@ class _UpdateDialogState extends State<UpdateDialog> {
...
@@ -188,6 +205,7 @@ class _UpdateDialogState extends State<UpdateDialog> {
fileName:
'clx_update'
,
category:
'Download'
,
format:
'apk'
)!;
fileName:
'clx_update'
,
category:
'Download'
,
format:
'apk'
)!;
File
file
=
File
(
path
);
File
file
=
File
(
path
);
debugPrint
(
"===== Apk下载路径:
$path
"
);
debugPrint
(
"===== Apk下载路径:
$path
"
);
/// 链接可能会失效
/// 链接可能会失效
await
Dio
().
download
(
await
Dio
().
download
(
widget
.
versionPath
!,
widget
.
versionPath
!,
...
...
pubspec.yaml
浏览文件 @
542183f9
...
@@ -19,6 +19,10 @@ dependencies:
...
@@ -19,6 +19,10 @@ dependencies:
fluttertoast
:
^8.2.1
fluttertoast
:
^8.2.1
# get https://pub.dev/packages/get
# get https://pub.dev/packages/get
get
:
^4.6.5
get
:
^4.6.5
# https://pub.dev/packages/flutter_widget_from_html_core
flutter_widget_from_html_core
:
^0.10.0
# https://pub.dev/packages/url_launcher
url_launcher
:
^6.1.2
dev_dependencies
:
dev_dependencies
:
flutter_test
:
flutter_test
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论