File tree Expand file tree Collapse file tree 7 files changed +8
-10
lines changed
Expand file tree Collapse file tree 7 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -all.zip
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919
2020plugins {
2121 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
22- id " com.android.application" version " 7.4.2 " apply false
22+ id " com.android.application" version " 8.1.0 " apply false
2323 id " org.jetbrains.kotlin.android" version " 1.9.22" apply false
2424}
2525
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import 'package:xterm/xterm.dart';
3838//import 'package:xterm/flutter.dart';
3939import 'package:tiny_computer/workflow.dart' ;
4040
41- import 'package:ffmpeg_kit_flutter_full_gpl /ffmpeg_kit.dart' ;
41+ import 'package:ffmpeg_kit_flutter_minimal /ffmpeg_kit.dart' ;
4242
4343void main () {
4444 runApp (const MyApp ());
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Foundation
77
88import device_info_plus
99import dynamic_color
10- import ffmpeg_kit_flutter_full_gpl
1110import network_info_plus
1211import package_info_plus
1312import path_provider_foundation
@@ -19,7 +18,6 @@ import webview_flutter_wkwebview
1918func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
2019 DeviceInfoPlusMacosPlugin . register ( with: registry. registrar ( forPlugin: " DeviceInfoPlusMacosPlugin " ) )
2120 DynamicColorPlugin . register ( with: registry. registrar ( forPlugin: " DynamicColorPlugin " ) )
22- FFmpegKitFlutterPlugin . register ( with: registry. registrar ( forPlugin: " FFmpegKitFlutterPlugin " ) )
2321 NetworkInfoPlusPlugin . register ( with: registry. registrar ( forPlugin: " NetworkInfoPlusPlugin " ) )
2422 FPPPackageInfoPlusPlugin . register ( with: registry. registrar ( forPlugin: " FPPPackageInfoPlusPlugin " ) )
2523 PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ packages:
121121 url: "https://pub.dev"
122122 source: hosted
123123 version: "2.1.4"
124- ffmpeg_kit_flutter_full_gpl :
124+ ffmpeg_kit_flutter_minimal :
125125 dependency: "direct main"
126126 description:
127- name: ffmpeg_kit_flutter_full_gpl
128- sha256: "4f269bcb636bfcb544e5b4d65c706a3d311839970cb42638e72406410c1b5b7b "
127+ name: ffmpeg_kit_flutter_minimal
128+ sha256: "76b1ef90e5d45e0839a4d2f23ce057f9ea6d13eb6176d875781878c59cce3084 "
129129 url: "https://pub.dev"
130130 source: hosted
131- version: "6.0.3 "
131+ version: "6.0.4 "
132132 ffmpeg_kit_flutter_platform_interface:
133133 dependency: transitive
134134 description:
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies:
4141 shared_preferences : ^2.5.3
4242 intl : ^0.20.2 # 日期字符串转换
4343 clipboard : ^0.1.3
44- ffmpeg_kit_flutter_full_gpl : ^6.0.3
44+ ffmpeg_kit_flutter_minimal : ^6.0.4
4545 wakelock_plus : ^1.3.1
4646 dynamic_color : ^1.7.0
4747 network_info_plus : ^6.1.3
You can’t perform that action at this time.
0 commit comments