Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
95a72dc
Bump github/codeql-action from 4.35.3 to 4.35.4 in the github-actions…
dependabot[bot] May 8, 2026
593b5f0
Add redirect for overlay-semantics documentation (#13374)
chunhtai May 8, 2026
63981f2
Inital example of a bare skill that gives contributors their installe…
reidbaker May 11, 2026
c63034d
Fix a variety of spelling, grammar, and punctuation issues (#13378)
parlough May 11, 2026
a4bb1dd
Update breaking changes for upcoming 3.44 release (#13377)
parlough May 11, 2026
6ee766f
Adding instructions on using Swift Package Manager (#13359)
sfshaza2 May 12, 2026
e927ec2
Add contributor ladder doc redirect (#13381)
Piinks May 12, 2026
dcf753a
Preliminary 3.44 release notes (#13385)
itsjustkevin May 15, 2026
e94d94e
Enable running site-specific tests (#13387)
parlough May 16, 2026
7f5df54
Update check links to support different sites (#13386)
parlough May 16, 2026
479384a
Update more `dash_site` commands to support multiple sites (#13388)
parlough May 16, 2026
6aa581d
Customize ports used by Jaspr during serving (#13389)
parlough May 17, 2026
a60768d
Bump github/codeql-action from 4.35.4 to 4.35.5 in the github-actions…
dependabot[bot] May 18, 2026
4c36d9f
[3.44] Account for deprecation of `builder` parameter of `showCuperti…
parlough May 18, 2026
3455972
Update SDK constraints and code for Dart 3.12 (#13397)
parlough May 18, 2026
9abbdd3
Add design doc for macos-intel-deprecation (#13398)
vashworth May 18, 2026
aba53fd
Add SwiftPM Add to App Docs (#13318)
vashworth May 18, 2026
a3e38be
docs: document agentic hot reload (#13400)
lamek May 19, 2026
7f0ef1b
Use stable Dart 3.12 image for stage and deploy (#13401)
parlough May 19, 2026
335e073
Minor clean up to 3.44 related breaking change docs (#13409)
parlough May 20, 2026
6937600
Deduplicate install structions from archive page (#13408)
parlough May 20, 2026
a4cc643
Added built-in kotlin migration workaround for plugin authors (#13407)
jesswrd May 20, 2026
da09df7
Migrate deploy and stage to be implemented in Dart (#13406)
parlough May 20, 2026
a43b0e7
[3.44] Update supported and tested deployment platforms (#13399)
parlough May 20, 2026
d54fc6a
Add redirect for iOS 26 keyboard bleed document (#13411)
victorsanni May 20, 2026
a58d36b
Tighten miscellaneous dependency constraints (#13410)
parlough May 20, 2026
c295d15
sync: 2026/05/20
AmosHuKe May 20, 2026
bafb1cb
sync: 2026/05/20
AmosHuKe May 20, 2026
2c0afff
sync: 2026/05/20
AmosHuKe May 20, 2026
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
7 changes: 7 additions & 0 deletions .agents/agents/bare-agent/agent.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "bare-agent",
"description": "An agent that only inherits MCP servers and only includes proven reliable skills.",
"configPath": {
"relativePathToConfig": "config.yaml"
}
}
9 changes: 9 additions & 0 deletions .agents/agents/bare-agent/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coding_agent:
agentic_mode: true
google_mode: false

customization_config:
customization_discovery_config:
skills:
inherit_user: false
skills_paths: []
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba

# ℹ️ 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@68bde559dea0fdcac2102bfdf6230c5f70eb485e
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba
2 changes: 1 addition & 1 deletion cloud_build/firebase-ghcli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.12.0-327.4.beta@sha256:5306c1008b585f0fbcf23aa0d7145b8f65cd7bd8c63dce4b8038684c11c79833
FROM dart:3.12.0@sha256:3d1b19886b288807b42020ede8f1f9ea7753c91c17c27479ee9e7bf584289a34

RUN apt-get update && apt-get install -y --no-install-recommends curl gpg ca-certificates \
# Install the GitHub CLI. \
Expand Down
2 changes: 1 addition & 1 deletion cloud_build/firebase-ghcli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ to comment staged site links on GitHub PRs.

## Installed tools

* Dart SDK Beta
* Dart SDK
* GitHub CLI
* Firebase Tools

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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
Expand Down
1 change: 1 addition & 0 deletions examples/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ linter:
- prefer_final_fields
- prefer_relative_imports
- prefer_single_quotes
- simple_directive_paths
- simplify_variable_pattern
- sort_unnamed_constructors_first
- specify_nonobvious_property_types
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/animate0/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
cupertino_icons: ^1.0.9

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/animate1/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
cupertino_icons: ^1.0.9

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/animate2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
cupertino_icons: ^1.0.9

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/animate3/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
cupertino_icons: ^1.0.9

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/animate4/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
cupertino_icons: ^1.0.9

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions examples/animation/animate5/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
cupertino_icons: ^1.0.9

dev_dependencies:
flutter_test:
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.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import '../services/database_service.dart';

class UserProfileRepository {
UserProfileRepository({
required ApiClientService apiClientService,
required DatabaseService databaseService,
}) : _apiClientService = apiClientService,
_databaseService = databaseService {
required this._apiClientService,
required this._databaseService,
}) {
// #docregion Timer
Timer.periodic(const Duration(minutes: 5), (timer) => sync());
// #enddocregion Timer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import '../../domain/model/user_profile.dart';
// #docregion UserProfileViewModel
class UserProfileViewModel extends ChangeNotifier {
// #enddocregion UserProfileViewModel
UserProfileViewModel({required UserProfileRepository userProfileRepository})
: _userProfileRepository = userProfileRepository {
UserProfileViewModel({required this._userProfileRepository}) {
load();
}

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

resolution: workspace
environment:
sdk: ^3.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
Expand All @@ -13,8 +13,8 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.6.0
freezed: ^3.2.0
build_runner: ^2.15.0
freezed: ^3.2.5

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.11.0
sdk: ^3.12.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.11.0
sdk: ^3.12.0-0

dependencies:
flutter:
Expand Down
Loading