Skip to content

Commit bbdff6c

Browse files
[ci] Roll repo tooling to 0.8.7 (#2300)
1 parent e71302f commit bbdff6c

File tree

5 files changed

+8
-26
lines changed

5 files changed

+8
-26
lines changed

.ci/scripts/prepare_tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ git fetch origin main
88

99
# Pinned version of the plugin tools, to avoid breakage in this repository
1010
# when pushing updates from flutter/plugins.
11-
dart pub global activate flutter_plugin_tools 0.8.5
11+
dart pub global activate flutter_plugin_tools 0.8.7

.cirrus.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ task:
104104
# version comes out.
105105
- name: legacy-version-analyze
106106
depends_on: format+analyze
107-
env:
108-
matrix:
107+
matrix:
108+
env:
109109
CHANNEL: "2.10.5"
110+
DART_VERSION: "2.16.2"
111+
env:
110112
CHANNEL: "2.8.1"
113+
DART_VERSION: "2.15.1"
111114
analyze_script:
112-
# Exclude:
113-
# - flutter_lints: does not depend on flutter, is only constrained by
114-
# Dart SDK version.
115-
- ./script/tool_runner.sh analyze --skip-if-not-supporting-flutter-version="$CHANNEL" --custom-analysis=script/configs/custom_analysis.yaml --exclude=flutter_lints
115+
- ./script/tool_runner.sh analyze --skip-if-not-supporting-flutter-version="$CHANNEL" --skip-if-not-supporting-dart-version="$DART_VERSION" --custom-analysis=script/configs/custom_analysis.yaml
116116
- name: publishable
117117
env:
118118
# TODO(stuartmorgan): Remove once the fix for https://github.com/dart-lang/pub/issues/3152

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
3333
- name: Set up tools
34-
run: dart pub global activate flutter_plugin_tools 0.8.5
34+
run: dart pub global activate flutter_plugin_tools 0.8.7
3535

3636
# # This workflow should be the last to run. So wait for all the other tests to succeed.
3737
- name: Wait on all tests
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# extension_google_sign_in_example
22

33
Demonstrates how to use the google_sign_in plugin with the `googleapis` package.
4-
5-
## Getting Started
6-
7-
For help getting started with Flutter, view our online
8-
[documentation](https://flutter.dev/).
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
# flutter_markdown_example
22

33
Demonstrates how to use the flutter_markdown package.
4-
5-
## Getting Started
6-
7-
This project is a starting point for a Flutter application.
8-
9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13-
14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
16-
samples, guidance on mobile development, and a full API reference.

0 commit comments

Comments
 (0)