mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 08:35:46 +08:00
Update code to v1.0.22
Update hangover version, freedreno version, edmax verion, signal 9 fault tutorial link.
This commit is contained in:
20
pubspec.yaml
20
pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.20+16
|
||||
version: 1.0.22+17
|
||||
|
||||
environment:
|
||||
sdk: '>=3.1.0 <4.0.0'
|
||||
@@ -31,21 +31,21 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
xterm: ^4.0.0
|
||||
flutter_pty: ^0.4.1
|
||||
flutter_pty: ^0.4.2
|
||||
path_provider: ^2.1.5
|
||||
webview_flutter: ^4.10.0
|
||||
permission_handler: ^11.3.1
|
||||
http: ^1.2.2
|
||||
webview_flutter: ^4.11.0
|
||||
permission_handler: ^12.0.0
|
||||
http: ^1.3.0
|
||||
retry: ^3.1.2
|
||||
url_launcher: ^6.3.1
|
||||
shared_preferences: ^2.3.3
|
||||
intl: ^0.19.0 #日期字符串转换
|
||||
shared_preferences: ^2.5.3
|
||||
intl: ^0.20.2 #日期字符串转换
|
||||
clipboard: ^0.1.3
|
||||
ffmpeg_kit_flutter_full_gpl: ^6.0.3
|
||||
wakelock_plus: ^1.2.8
|
||||
wakelock_plus: ^1.3.1
|
||||
dynamic_color: ^1.7.0
|
||||
network_info_plus: ^6.1.1
|
||||
device_info_plus: ^11.1.1
|
||||
network_info_plus: ^6.1.3
|
||||
device_info_plus: ^11.3.3
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
|
||||
Reference in New Issue
Block a user