Version & edraw fix

This commit is contained in:
Caten
2025-04-21 08:41:34 +08:00
parent bdd0888585
commit 91a2d94a9b
7 changed files with 8 additions and 10 deletions

View File

@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip

View File

@@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.4.2" apply false
id "com.android.application" version "8.1.0" apply false
id "org.jetbrains.kotlin.android" version "1.9.22" apply false
}

Binary file not shown.

View File

@@ -38,7 +38,7 @@ import 'package:xterm/xterm.dart';
//import 'package:xterm/flutter.dart';
import 'package:tiny_computer/workflow.dart';
import 'package:ffmpeg_kit_flutter_full_gpl/ffmpeg_kit.dart';
import 'package:ffmpeg_kit_flutter_minimal/ffmpeg_kit.dart';
void main() {
runApp(const MyApp());

View File

@@ -7,7 +7,6 @@ import Foundation
import device_info_plus
import dynamic_color
import ffmpeg_kit_flutter_full_gpl
import network_info_plus
import package_info_plus
import path_provider_foundation
@@ -19,7 +18,6 @@ import webview_flutter_wkwebview
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
FFmpegKitFlutterPlugin.register(with: registry.registrar(forPlugin: "FFmpegKitFlutterPlugin"))
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))

View File

@@ -121,14 +121,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
ffmpeg_kit_flutter_full_gpl:
ffmpeg_kit_flutter_minimal:
dependency: "direct main"
description:
name: ffmpeg_kit_flutter_full_gpl
sha256: "4f269bcb636bfcb544e5b4d65c706a3d311839970cb42638e72406410c1b5b7b"
name: ffmpeg_kit_flutter_minimal
sha256: "76b1ef90e5d45e0839a4d2f23ce057f9ea6d13eb6176d875781878c59cce3084"
url: "https://pub.dev"
source: hosted
version: "6.0.3"
version: "6.0.4"
ffmpeg_kit_flutter_platform_interface:
dependency: transitive
description:

View File

@@ -41,7 +41,7 @@ dependencies:
shared_preferences: ^2.5.3
intl: ^0.20.2 #日期字符串转换
clipboard: ^0.1.3
ffmpeg_kit_flutter_full_gpl: ^6.0.3
ffmpeg_kit_flutter_minimal: ^6.0.4
wakelock_plus: ^1.3.1
dynamic_color: ^1.7.0
network_info_plus: ^6.1.3