From bd15053c2f9c50e07343a139dcf95483db9fd3cc Mon Sep 17 00:00:00 2001 From: nyne Date: Sat, 14 Dec 2024 17:08:55 +0800 Subject: [PATCH] Migrate to flutter 3.27.0 --- android/app/src/main/AndroidManifest.xml | 1 + lib/components/illust_widget.dart | 14 +- lib/components/loading.dart | 4 +- lib/components/message.dart | 3 +- lib/components/page_route.dart | 2 +- lib/components/segmented_button.dart | 2 +- lib/foundation/log.dart | 20 +- lib/foundation/widget_utils.dart | 6 + lib/main.dart | 23 +- lib/pages/comments_page.dart | 26 +- lib/pages/illust_page.dart | 4 +- lib/pages/image_page.dart | 2 +- lib/pages/logs.dart | 2 +- lib/pages/main_page.dart | 19 +- lib/pages/novel_page.dart | 4 +- lib/pages/search_page.dart | 43 ++-- linux/flutter/generated_plugin_registrant.cc | 8 +- linux/flutter/generated_plugins.cmake | 2 +- macos/Flutter/GeneratedPluginRegistrant.swift | 6 +- pubspec.lock | 230 ++++++++++++------ pubspec.yaml | 30 +-- .../flutter/generated_plugin_registrant.cc | 6 +- windows/flutter/generated_plugins.cmake | 2 +- 23 files changed, 284 insertions(+), 175 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 420c537..c02bd66 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -49,6 +49,7 @@ +