upgrade flutter, upgrade dependencies, etc.

This commit is contained in:
Herbert Poul
2024-09-01 22:10:21 +02:00
parent 9133b05ac1
commit 5493961bfa
11 changed files with 279 additions and 243 deletions

View File

@ -1,13 +1,13 @@
# Autogenerated at 2024-05-21T21:04:11.059587
# Autogenerated at 2024-09-01T21:19:59.879136
# Run _flutter_version_update.dart to update.
FLUTTER_URL='https://storage.googleapis.com/flutter_infra_release/releases/'
FLUTTER_WINDOWS_VERSION='3.22.0'
FLUTTER_WINDOWS_ARCHIVE='stable/windows/flutter_windows_3.22.0-stable.zip'
FLUTTER_WINDOWS_SHA256='6720f3aa96593f5bb7847e58e0be0b381b66d710f42c04b87fb900f40a852ccf'
FLUTTER_LINUX_VERSION='3.22.0'
FLUTTER_LINUX_ARCHIVE='stable/linux/flutter_linux_3.22.0-stable.tar.xz'
FLUTTER_LINUX_SHA256='de78685478b224caf2c5b4e508892a0d6ddea70777efcac139a59b5588558299'
FLUTTER_MACOS_VERSION='3.22.0'
FLUTTER_MACOS_ARCHIVE='stable/macos/flutter_macos_3.22.0-stable.zip'
FLUTTER_MACOS_SHA256='8b38bde9ab877e1dfef115f5b753b92982b7e74589e24bc27bbaab84c2c53029'
FLUTTER_WINDOWS_VERSION='3.24.1'
FLUTTER_WINDOWS_ARCHIVE='stable/windows/flutter_windows_3.24.1-stable.zip'
FLUTTER_WINDOWS_SHA256='7a48358189b510211d829cd0e78ce2b27ec3009060dc6fb2e8deb9ad282fccc8'
FLUTTER_LINUX_VERSION='3.24.1'
FLUTTER_LINUX_ARCHIVE='stable/linux/flutter_linux_3.24.1-stable.tar.xz'
FLUTTER_LINUX_SHA256='32daf9d5a8e430f57fb139921400c7ecf34e4e7e404818ac55658a5a0eaa28f0'
FLUTTER_MACOS_VERSION='3.24.1'
FLUTTER_MACOS_ARCHIVE='stable/macos/flutter_macos_3.24.1-stable.zip'
FLUTTER_MACOS_SHA256='8475e6b64c0f4847a6285476d3b3fcb6bd972915d1eadef58ff769bfad86166f'

View File

@ -13,7 +13,7 @@ import 'package:path/path.dart' as path;
// const FLUTTER_VERSION = '1.23.0-18.0.pre';
// const FLUTTER_VERSION = '2.1.0-12.1.pre';
// const FLUTTER_VERSION = '2.6.0-0.0.pre';
const FLUTTER_VERSION = '3.22.0';
const FLUTTER_VERSION = '3.24.1';
const FLUTTER_URL =
'https://storage.googleapis.com/flutter_infra_release/releases/';
const OUTPUT_FILE = '_flutter_version.sh';

View File

@ -2,5 +2,7 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
<mapping directory="$PROJECT_DIR$/../../deps/autofill_service" vcs="Git" />
<mapping directory="$PROJECT_DIR$/../../../flutter/flutter" vcs="Git" />
</component>
</project>

View File

@ -0,0 +1 @@
extensions:

View File

@ -23,6 +23,7 @@ import sqflite
import url_launcher_macos
import video_player_avfoundation
import wakelock_plus
import webview_flutter_wkwebview
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
@ -44,5 +45,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}

View File

@ -1,9 +1,9 @@
PODS:
- AppAuth (1.6.2):
- AppAuth/Core (= 1.6.2)
- AppAuth/ExternalUserAgent (= 1.6.2)
- AppAuth/Core (1.6.2)
- AppAuth/ExternalUserAgent (1.6.2):
- AppAuth (1.7.5):
- AppAuth/Core (= 1.7.5)
- AppAuth/ExternalUserAgent (= 1.7.5)
- AppAuth/Core (1.7.5)
- AppAuth/ExternalUserAgent (1.7.5):
- AppAuth/Core
- argon2_ffi (0.0.1):
- FlutterMacOS
@ -19,18 +19,24 @@ PODS:
- FlutterMacOS
- FlutterMacOS (1.0.0)
- google_sign_in_ios (0.0.1):
- AppAuth (>= 1.7.4)
- Flutter
- FlutterMacOS
- GoogleSignIn (~> 7.0)
- GoogleSignIn (7.0.0):
- AppAuth (~> 1.5)
- GTMAppAuth (< 3.0, >= 1.3)
- GTMSessionFetcher/Core (< 4.0, >= 1.1)
- GTMAppAuth (2.0.0):
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 4.0, >= 1.5)
- GTMSessionFetcher/Core (3.3.1)
- HotKey (0.1.2)
- GoogleSignIn (~> 7.1)
- GTMSessionFetcher (>= 3.4.0)
- GoogleSignIn (7.1.0):
- AppAuth (< 2.0, >= 1.7.3)
- GTMAppAuth (< 5.0, >= 4.1.1)
- GTMSessionFetcher/Core (~> 3.3)
- GTMAppAuth (4.1.1):
- AppAuth/Core (~> 1.7)
- GTMSessionFetcher/Core (< 4.0, >= 3.3)
- GTMSessionFetcher (3.5.0):
- GTMSessionFetcher/Full (= 3.5.0)
- GTMSessionFetcher/Core (3.5.0)
- GTMSessionFetcher/Full (3.5.0):
- GTMSessionFetcher/Core
- HotKey (0.2.0)
- hotkey_manager (0.0.1):
- FlutterMacOS
- HotKey
@ -58,6 +64,9 @@ PODS:
- FlutterMacOS
- wakelock_plus (0.0.1):
- FlutterMacOS
- webview_flutter_wkwebview (0.0.1):
- Flutter
- FlutterMacOS
- window_manager (0.0.1):
- FlutterMacOS
@ -81,6 +90,7 @@ DEPENDENCIES:
- url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
- video_player_avfoundation (from `Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin`)
- wakelock_plus (from `Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos`)
- webview_flutter_wkwebview (from `Flutter/ephemeral/.symlinks/plugins/webview_flutter_wkwebview/darwin`)
- window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`)
SPEC REPOS:
@ -130,36 +140,39 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/video_player_avfoundation/darwin
wakelock_plus:
:path: Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos
webview_flutter_wkwebview:
:path: Flutter/ephemeral/.symlinks/plugins/webview_flutter_wkwebview/darwin
window_manager:
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos
SPEC CHECKSUMS:
AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570
AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
argon2_ffi: ea9adefd65ac7236d1af897150c27f4c7db90d12
audio_session: dea1f41890dbf1718f04a56f1d6150fd50039b72
biometric_storage: 43caa6e7ef00e8e19c074216e7e1786dacda9e76
device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
file_picker_writable: 91694d55c22f8430d4be119f0afb49755e65cd0c
file_selector_macos: 468fb6b81fac7c0e88d71317f3eec34c3b008ff9
file_selector_macos: 54fdab7caa3ac3fc43c9fac4d7d8d231277f8cf2
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
google_sign_in_ios: 989eea5abe94af62050782714daf920be883d4a2
GoogleSignIn: b232380cf495a429b8095d3178a8d5855b42e842
GTMAppAuth: 99fb010047ba3973b7026e45393f51f27ab965ae
GTMSessionFetcher: 8a1b34ad97ebe6f909fb8b9b77fba99943007556
HotKey: ad59450195936c10992438c4210f673de5aee43e
google_sign_in_ios: 07375bfbf2620bc93a602c0e27160d6afc6ead38
GoogleSignIn: d4281ab6cf21542b1cfaff85c191f230b399d2db
GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
HotKey: e96d8a2ddbf4591131e2bb3f54e69554d90cdca6
hotkey_manager: c32bf0bfe8f934b7bc17ab4ad5c4c142960b023c
just_audio: 9b67ca7b97c61cfc9784ea23cd8cc55eb226d489
macos_secure_bookmarks: cff041c4b377fa00941bb901aaec4d27fac5edf2
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
share_plus: 36537c04ce0c3e3f5bd297ce4318b6d5ee5fd6cf
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite: 673a0e54cc04b7d6dba8d24fb8095b31c3a99eec
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
video_player_avfoundation: 02011213dab73ae3687df27ce441fbbcc82b5579
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399
video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
wakelock_plus: 4783562c9a43d209c458cb9b30692134af456269
webview_flutter_wkwebview: 0982481e3d9c78fd5c6f62a002fcd24fc791f1e4
window_manager: f5fa14814635f059571527ddd5e676f688af552c
PODFILE CHECKSUM: 0d3963a09fc94f580682bd88480486da345dc3f0
PODFILE CHECKSUM: 872f2af73557795753ab09f727503e39a2dcceb5
COCOAPODS: 1.15.2

View File

@ -282,6 +282,7 @@
"${BUILT_PRODUCTS_DIR}/url_launcher_macos/url_launcher_macos.framework",
"${BUILT_PRODUCTS_DIR}/video_player_avfoundation/video_player_avfoundation.framework",
"${BUILT_PRODUCTS_DIR}/wakelock_plus/wakelock_plus.framework",
"${BUILT_PRODUCTS_DIR}/webview_flutter_wkwebview/webview_flutter_wkwebview.framework",
"${BUILT_PRODUCTS_DIR}/window_manager/window_manager.framework",
);
name = "[CP] Embed Pods Frameworks";
@ -308,6 +309,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher_macos.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_player_avfoundation.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/wakelock_plus.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/webview_flutter_wkwebview.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/window_manager.framework",
);
runOnlyForDeploymentPostprocessing = 0;

View File

@ -1,7 +1,7 @@
import Cocoa
import FlutterMacOS
@NSApplicationMain
@main
class AppDelegate: FlutterAppDelegate {
override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
return true

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ dependencies:
# ref: 4158191244681ac259a7bb060ef0b8a98db502d2
logging: ^1.2.0
logging_appenders: ^1.3.0-dev.2
openapi_base: ^1.3.1
openapi_base: ^2.0.0
diac_client:
path: ../deps/diac/diac_client
@ -44,7 +44,7 @@ dependencies:
intl: ^0.19.0
path: ^1.8.0
file: ^7.0.0
web: ^0.5.1
web: ^1.0.0
# clipboard_manager: ^0.0.4
flutter_async_utils: ^1.0.0+1
@ -83,7 +83,7 @@ dependencies:
flutter_email_sender: ^6.0.3
flutter_store_listing: ^1.0.0
biometric_storage: ^5.1.0-rc.3
biometric_storage: ^5.1.0-rc.5
uuid: ^4.3.3
url_launcher: ^6.0.2
font_awesome_flutter: ^10.1.0
@ -203,7 +203,7 @@ dependencies:
git:
url: https://github.com/authpass/winsparkle_flutter.git
ref: c5154e337e8cf7091a629b7dcdbaf44aea194374
share_plus: ^9.0.0
share_plus: ^10.0.2
collection: ^1.15.0-nullsafety.4
flutter_markdown: ^0.7.1