Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/scripts/prepare_tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ git fetch origin main

# Pinned version of the plugin tools, to avoid breakage in this repository
# when pushing updates from flutter/plugins.
dart pub global activate flutter_plugin_tools 0.8.5
dart pub global activate flutter_plugin_tools 0.8.7
12 changes: 6 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ task:
# version comes out.
- name: legacy-version-analyze
depends_on: format+analyze
env:
matrix:
matrix:
env:
CHANNEL: "2.10.5"
DART_VERSION: "2.16.2"
env:
CHANNEL: "2.8.1"
DART_VERSION: "2.15.1"
analyze_script:
# Exclude:
# - flutter_lints: does not depend on flutter, is only constrained by
# Dart SDK version.
- ./script/tool_runner.sh analyze --skip-if-not-supporting-flutter-version="$CHANNEL" --custom-analysis=script/configs/custom_analysis.yaml --exclude=flutter_lints
- ./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
- name: publishable
env:
# TODO(stuartmorgan): Remove once the fix for https://github.com/dart-lang/pub/issues/3152
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version.
- name: Set up tools
run: dart pub global activate flutter_plugin_tools 0.8.5
run: dart pub global activate flutter_plugin_tools 0.8.7

# # This workflow should be the last to run. So wait for all the other tests to succeed.
- name: Wait on all tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# extension_google_sign_in_example

Demonstrates how to use the google_sign_in plugin with the `googleapis` package.

## Getting Started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).
13 changes: 0 additions & 13 deletions packages/flutter_markdown/example/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# flutter_markdown_example

Demonstrates how to use the flutter_markdown package.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.