Skip to content

Commit

Permalink
Incorporate Google I/O 2023 and Flutter 3.10 docs (flutter#8669)
Browse files Browse the repository at this point in the history
- Bump site-shared from `04a5353` to `74292e2` (#153)
- io23 bring up to date (#154)
- Update PULL_REQUEST_TEMPLATE.md
- Update build.yml
- Bump examples/codelabs from `f34ebd8` to `ec39689` (#155)
- Bump github/codeql-action from 2.3.0 to 2.3.1 (#156)
- Bump github/codeql-action from 2.3.1 to 2.3.2 (#159)
- Bump examples/codelabs from `ec39689` to `f5011e7` (#158)
- Bump examples/codelabs from `f5011e7` to `b7d1dd0` (#161)
- Bump site-shared from `74292e2` to `d514327` (#160)
- Bump examples/codelabs from `b7d1dd0` to `b53da25` (#163)
- Update Codelabs page with NG UI lab (#162)
- Update wasm landing page for I/O '23 (#157)
- Bump pigeon from 9.2.5 to 10.0.0 in
/examples/development/platform_integration (#166)
- Bump ruby from 3.2-2-slim-bullseye to 3.2.2-slim-bullseye (#169)
- Update supported-platforms.md (#168)
- [web] Document new HTML embedding options. (#164)
- Flutter 3.10 release notes (#170)
- Enable tests on `beta` branch and update examples (#172)
- Bump actions/checkout from 3.5.0 to 3.5.2 (#175)
- Bump github/codeql-action from 2.3.2 to 2.3.3 (#174)
- Bump examples/codelabs from `b53da25` to `af7e9a9` (#173)
- Add Swift Package Manager design doc go link (#171)
- Enable link check workflow (#176)
- Update language version to Dart 3 in examples (#178)
- wasm: small update (#180)
- Add PaLM codelab (#179)
- Updated breaking changes for 3.10 (#177)
- Update What's New for 3.10 (#165)
- Tweak to wasm page (#181)
- Bump examples/codelabs from `af7e9a9` to `007143a` (#182)
- Added new banner for I/O 2023 announcement (#183)
- restore build.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Parker Lougheed <[email protected]>
Co-authored-by: 失魂魚 <[email protected]>
Co-authored-by: Brett Morgan <[email protected]>
Co-authored-by: Bernardo Ferrari <[email protected]>
Co-authored-by: Dimitris Paxinos <[email protected]>
Co-authored-by: Elias Yishak <[email protected]>
Co-authored-by: Mouad Debbar <[email protected]>
Co-authored-by: Anthony Sansone <[email protected]>
Co-authored-by: Leigha Jarett <[email protected]>
Co-authored-by: Victoria Ashworth <[email protected]>
Co-authored-by: Loïc Sharma <[email protected]>
Co-authored-by: Eilidh Southren <[email protected]>
Co-authored-by: gaaclarke <[email protected]>
Co-authored-by: Kevin Moore <[email protected]>
Co-authored-by: Stefanie Luo <[email protected]>
Co-authored-by: Chris Bracken <[email protected]>
Co-authored-by: David Iglesias <[email protected]>
Co-authored-by: John Ryan <[email protected]>
Co-authored-by: Yegor <[email protected]>
Co-authored-by: Kevin Chisholm <[email protected]>
Co-authored-by: Jenn Magder <[email protected]>
Co-authored-by: Tim Sneath <[email protected]>
  • Loading branch information
1 parent d9fd7eb commit 167766d
Show file tree
Hide file tree
Showing 267 changed files with 4,454 additions and 601 deletions.
10 changes: 7 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
**IMPORTANT:** Due to work on the docs.flutter.dev infrastructure, this repo is **not accepting pull requests**.
_Description of what this PR is changing or adding, and why:_

Instead of creating a PR, please file an issue (https://github.com/flutter/website/issues/new/choose) about the needed change.
_Issues fixed by this PR (if any):_

We expect to start accepting PRs again the week of May 10th.
## Presubmit checklist

- [ ] This PR doesn’t contain automatically generated corrections (Grammarly or similar).
- [ ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person).
- [ ] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -44,7 +44,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
uses: github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
uses: github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226
uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
with:
sarif_file: results.sarif
4 changes: 3 additions & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ permissions: read-all
jobs:
stage:
permissions:
contents: read
checks: write
pull-requests: write
runs-on: ubuntu-latest
if: ${{ github.ref != 'refs/heads/main' }}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
with:
submodules: recursive
- name: Build site and check links
run: make build BUILD_CONFIGS=_config.yml,_config_stage.yml
- name: Stage site on Firebase
if: ${{
github.repository == 'flutter/website' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login != 'dependabot[bot]' }}
uses: FirebaseExtended/action-hosting-deploy@4d0d0023f1d92b9b7d16dda64b3d7abd2c98974b
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2-2-slim-bullseye@sha256:d8e5caa21b5ebc425828af1eb43a678afceaca80681cac26b457063a18488e10 AS base
FROM ruby:3.2.2-slim-bullseye@sha256:70370316b02901d7db3f6e453d6259ed4d0d52326d6ac57e3a579f7e3b616e41 AS base

ENV TZ=US/Pacific
RUN apt-get update && apt-get install -yq --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/basic_hero_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: basic_hero_transition
description: Shows how to create a simple or Hero animation using the Hero class directly.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: basic_radial_hero_transition
description: Shows how to apply a radial transformation to the Hero as it animates to the new route.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/basic_staggered_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: basic_staggered
description: A new Flutter project.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/hero_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: hero_animation
description: Shows how to create a simple Hero transition.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/radial_hero_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: radial_hero_animation
description: Shows how to apply a radial transformation to the Hero as it animates to the new route.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: radial_hero_animation_animate_rectclip
description: Shows how to apply a radial transformation to the Hero as it animates to the new route.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/_animation/staggered_pic_selection/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: staggered_pic_selection
description: A new Flutter project.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate0/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
version: 1.0.0

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate1/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
version: 1.0.0

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
version: 1.0.0

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate3/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
version: 1.0.0

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate4/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
version: 1.0.0

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/animate5/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
version: 1.0.0

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/explicit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity0/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class FadeInDemo extends StatelessWidget {
style: TextStyle(color: Colors.blueAccent),
),
onPressed: () => {}),
Column(
children: const [
const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity1/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class _FadeInDemoState extends State<FadeInDemo> {
style: TextStyle(color: Colors.blueAccent),
),
onPressed: () => {}),
Column(
children: const [
const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity10/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class _FadeInDemoState extends State<FadeInDemo> {
AnimatedOpacity(
duration: const Duration(seconds: 3),
opacity: opacityLevel,
child: Column(
children: const [
child: const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity2/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class _FadeInDemoState extends State<FadeInDemo> {
),
onPressed: () => {}),
AnimatedOpacity(
child: Column(
children: const [
child: const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity3/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class _FadeInDemoState extends State<FadeInDemo> {
AnimatedOpacity(
duration: const Duration(seconds: 3),
opacity: opacity,
child: Column(
children: const [
child: const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity4/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class _FadeInDemoState extends State<FadeInDemo> {
AnimatedOpacity(
duration: const Duration(seconds: 2),
opacity: opacity,
child: Column(
children: const [
child: const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity5/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class _FadeInDemoState extends State<FadeInDemo> {
AnimatedOpacity(
duration: const Duration(seconds: 2),
opacity: opacity,
child: Column(
children: const [
child: const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/implicit/opacity9/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class FadeInDemo extends StatelessWidget {
style: TextStyle(color: Colors.blueAccent),
),
onPressed: () => {}),
Column(
children: const [
const Column(
children: [
Text('Type: Owl'),
Text('Age: 39'),
Text('Employment: None'),
Expand Down
2 changes: 1 addition & 1 deletion examples/animation/implicit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Some code to demonstrate null safety.
version: 1.0.0

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/codelabs
Submodule codelabs updated 3933 files
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: animated_container
description: Sample code for cookbook.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/animation/opacity_animation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: opacity_animation
description: Sample code for cookbook.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: page_route_animation
description: Sample code for cookbook.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: physics_simulation
description: Sample code for cookbook.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/drawer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: drawer
description: Sample code for drawer cookbook recipe.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/fonts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/orientation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: orientation
description: Sample code for orientation cookbook recipe.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/package_fonts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/snackbars/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: snackbars
description: Sample code for snackbars cookbook recipe.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/design/tabs/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tabs
description: Sample code for tabs cookbook recipe.

environment:
sdk: '>=2.18.5 <3.0.0'
sdk: ^3.0.0-0

dependencies:
flutter:
Expand Down
Loading

0 comments on commit 167766d

Please sign in to comment.