File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 12
12
publish :
13
13
if : ${{ github.repository_owner == 'google' }}
14
14
uses : dart-lang/ecosystem/.github/workflows/publish.yaml@main
15
+ permissions :
16
+ id-token : write # Required for authentication using OIDC
17
+ pull-requests : write # Required for writing the pull request note
Original file line number Diff line number Diff line change 47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest]
50
- sdk : [3.0 , dev]
50
+ sdk : [3.7 , dev]
51
51
steps :
52
52
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53
53
- uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
Original file line number Diff line number Diff line change 1
1
## 0.3.2-wip
2
2
3
- * Require Dart 3.0
3
+ * Require Dart 3.7
4
4
5
5
## 0.3.1
6
6
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: Synchronous HTTP client for Dart.
4
4
repository : https://github.com/google/sync_http.dart
5
5
6
6
environment :
7
- sdk : ^3.0 .0
7
+ sdk : ^3.7 .0
8
8
9
9
dev_dependencies :
10
- dart_flutter_team_lints : ^2 .0.0
11
- test : ^1.16.0
10
+ dart_flutter_team_lints : ^3 .0.0
11
+ test : ^1.16.6
You can’t perform that action at this time.
0 commit comments