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
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
include:
- name: "Beta channel"
branch: beta
experimental: true
experimental: false
- name: "Stable channel"
branch: stable
experimental: false
experimental: true
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
submodules: recursive
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
sdk: beta
- name: Fetch Dart dependencies
run: dart pub get
- name: Check if excerpts are up to date
Expand All @@ -88,7 +88,7 @@ jobs:
run: pnpm install --frozen-lockfile
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
sdk: beta
- name: Fetch Dart dependencies
run: dart pub get
- name: Build site
Expand All @@ -108,7 +108,7 @@ jobs:
submodules: recursive
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
sdk: beta
- name: Fetch Dart dependencies
run: dart pub get
- name: Validate the firebase.json file
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 @@ -5,7 +5,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: An introductory example to staggered animations.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -4,7 +4,7 @@ description: Shows how to create a simple Hero transition.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -6,7 +6,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: >-

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -4,7 +4,7 @@ description: A more complex staggered animation example.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

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

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -6,7 +6,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
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 @@ -6,7 +6,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/app-architecture/command/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for command cookbook recipe

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
8 changes: 4 additions & 4 deletions examples/app-architecture/offline_first/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ description: Example for offline_first cookbook recipe

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
sdk: flutter
freezed_annotation: ^3.0.0
freezed_annotation: ^3.1.0

dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.15
freezed: ^3.0.6
build_runner: ^2.6.0
freezed: ^3.2.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/app-architecture/optimistic_state/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for optimistic_state cookbook recipe

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/app-architecture/result/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Example for result cookbook recipe

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
16 changes: 8 additions & 8 deletions examples/app-architecture/todo_data_service/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ description: Example for key_value_data cookbook recipe

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
sdk: flutter
freezed_annotation: ^3.0.0
freezed_annotation: ^3.1.0
json_annotation: ^4.9.0
path: ^1.9.0
path: ^1.9.1
shared_preferences: ^2.5.3
sqflite: ^2.4.0
sqflite_common_ffi: ^2.3.4
sqflite: ^2.4.2
sqflite_common_ffi: ^2.3.6

dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.15
freezed: ^3.0.6
json_serializable: ^6.9.5
build_runner: ^2.6.0
freezed: ^3.2.0
json_serializable: ^6.10.0

flutter:
uses-material-design: true
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Sample code for cookbook.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

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

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

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

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

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

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -3,7 +3,7 @@ description: Sample code for drawer cookbook recipe.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -3,7 +3,7 @@ description: Sample code for orientation cookbook recipe.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -3,7 +3,7 @@ description: Sample code for snackbars cookbook recipe.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.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 @@ -3,7 +3,7 @@ description: Sample code for tabs cookbook recipe.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions examples/cookbook/design/themes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ description: Sample code for themes cookbook recipe.

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
sdk: flutter
google_fonts: ^6.2.1
google_fonts: ^6.3.0

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion examples/cookbook/effects/download_button/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/drag_a_widget/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/expandable_fab/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/effects/gradient_bubbles/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1

resolution: workspace
environment:
sdk: ^3.8.0
sdk: ^3.9.0-0

dependencies:
flutter:
Expand Down
Loading
Loading