From 73f7cfe111c256d6d24480300b7341f1088dd391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:00:43 +0000 Subject: [PATCH 1/2] Bump jnigen from 0.11.0 to 0.12.0 in /experimental/pedometer Bumps [jnigen](https://github.com/dart-lang/native/tree/main/pkgs) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/HEAD/pkgs) --- updated-dependencies: - dependency-name: jnigen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- experimental/pedometer/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/pedometer/pubspec.yaml b/experimental/pedometer/pubspec.yaml index 8241386c1ad..9ffb2f1024f 100644 --- a/experimental/pedometer/pubspec.yaml +++ b/experimental/pedometer/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: ffigen: ^14.0.0 - jnigen: ^0.11.0 + jnigen: ^0.12.0 flutter_test: sdk: flutter flutter_lints: ^5.0.0 From db215cca92ec0f407a343251595ccebe5714a1c1 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Thu, 3 Oct 2024 13:55:47 +1000 Subject: [PATCH 2/2] Elide `ios_app_clip` from master CI --- tool/flutter_ci_script_master.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tool/flutter_ci_script_master.sh b/tool/flutter_ci_script_master.sh index 16394ac303d..7abc490915f 100755 --- a/tool/flutter_ci_script_master.sh +++ b/tool/flutter_ci_script_master.sh @@ -49,7 +49,8 @@ declare -ar PROJECT_NAMES=( "gemini_tasks" "google_maps" "infinite_list" - "ios_app_clip" + # TODO(domesticmouse): The import of 'package:flutter/material.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/cupertino.dart'. + # "ios_app_clip" "isolate_example" # TODO(ewindmill): Color.red is deprecated and should be Color.r (same for green and blue) # "material_3_demo"