Skip to content

Commit 085ceaf

Browse files
committed
Merge branch 'main' into feat/api-tooltip
# Conflicts: # site/lib/_sass/components/_tooltip.scss # site/lib/jaspr_options.dart # site/lib/src/extensions/registry.dart # site/lib/src/style_hash.dart
2 parents 140503b + eb85efd commit 085ceaf

File tree

379 files changed

+3523
-3791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

379 files changed

+3523
-3791
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ updates:
4242
- "/examples/animation/animate3"
4343
- "/examples/animation/animate4"
4444
- "/examples/animation/animate5"
45-
- "/examples/animation/implicit"
4645
- "/examples/cookbook/animation/animated_container"
4746
- "/examples/cookbook/animation/opacity_animation"
4847
- "/examples/cookbook/animation/page_route_animation"

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb
36+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
3737
with:
3838
languages: ${{ matrix.language }}
3939
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,7 +44,7 @@ jobs:
4444
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545
# If this step fails, then you should remove it and run the build manually (see below)
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@4e94bd11f71e507f7f87df81788dff88d1dacbfb
47+
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee
4848

4949
# ℹ️ Command-line programs to run using the OS shell.
5050
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
5858
# make release
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb
61+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Other ways you can contribute:
4444
* [Request docs for docs.flutter.dev][doc-issues]
4545
* [Submit PRs to docs.flutter.dev][doc-PRs]
4646
* [Follow us on Twitter: @flutterdev](https://twitter.com/flutterdev/)
47-
* [Read the Flutter Publication on Medium](https://blog.flutter.dev)
47+
* [Read the Flutter blog](https://blog.flutter.dev)
4848
* [Sign up to Future UX Studies on Flutter](https://flutter.dev/research-signup)
4949
* [Join the subreddit to keep up with the latest in the Flutter
5050
community][reddit]

examples/animation/implicit/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/animation/implicit/container1/lib/main.dart

Lines changed: 0 additions & 80 deletions
This file was deleted.

examples/animation/implicit/container2/lib/main.dart

Lines changed: 0 additions & 83 deletions
This file was deleted.

examples/animation/implicit/container3/lib/main.dart

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)