flutter 3.38.3

This commit is contained in:
2025-11-29 14:38:05 +08:00
committed by ynyx631
parent f0be40c6d7
commit 053293839e
4 changed files with 10 additions and 9 deletions

View File

@@ -263,8 +263,9 @@ class _IOSBackGestureDetectorState extends State<IOSBackGestureDetector> {
bool _isPointerInHorizontalScrollable(Offset globalPosition) { bool _isPointerInHorizontalScrollable(Offset globalPosition) {
final HitTestResult result = HitTestResult(); final HitTestResult result = HitTestResult();
WidgetsBinding.instance.hitTest(result, globalPosition); final binding = WidgetsBinding.instance;
binding.hitTestInView(result, globalPosition, binding.platformDispatcher.implicitView!.viewId);
for (final entry in result.path) { for (final entry in result.path) {
final target = entry.target; final target = entry.target;
if (target is RenderViewport) { if (target is RenderViewport) {

View File

@@ -362,7 +362,7 @@ Future<void> saveFile(
} }
} }
class _IOOverrides extends IOOverrides { final class _IOOverrides extends IOOverrides {
@override @override
Directory createDirectory(String path) { Directory createDirectory(String path) {
if (App.isAndroid) { if (App.isAndroid) {

View File

@@ -662,10 +662,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: meta name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "1.16.0" version: "1.17.0"
mime: mime:
dependency: "direct main" dependency: "direct main"
description: description:
@@ -958,10 +958,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.7.6" version: "0.7.7"
typed_data: typed_data:
dependency: transitive dependency: transitive
description: description:
@@ -1133,4 +1133,4 @@ packages:
version: "0.0.13" version: "0.0.13"
sdks: sdks:
dart: ">=3.8.0 <4.0.0" dart: ">=3.8.0 <4.0.0"
flutter: ">=3.35.7" flutter: ">=3.38.3"

View File

@@ -6,7 +6,7 @@ version: 1.6.0+160
environment: environment:
sdk: '>=3.8.0 <4.0.0' sdk: '>=3.8.0 <4.0.0'
flutter: 3.35.7 flutter: 3.38.3
dependencies: dependencies:
flutter: flutter: