File tree Expand file tree Collapse file tree 5 files changed +8
-26
lines changed
extension_google_sign_in_as_googleapis_auth/example Expand file tree Collapse file tree 5 files changed +8
-26
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# extension_google_sign_in_example
22
33Demonstrates 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/ ) .
Original file line number Diff line number Diff line change 11# flutter_markdown_example
22
33Demonstrates 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.
You can’t perform that action at this time.
0 commit comments