Skip to content

Commit 73b3f6a

Browse files
committed
Update for 3.2 stable and regenerate CI
1 parent 26562e1 commit 73b3f6a

File tree

17 files changed

+24
-28
lines changed

17 files changed

+24
-28
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Created with package:mono_repo v6.6.0
1+
# Created with package:mono_repo v6.6.1
22
name: Dart CI
33
on:
44
push:
@@ -33,7 +33,7 @@ jobs:
3333
name: Checkout repository
3434
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3535
- name: mono_repo self validate
36-
run: dart pub global activate mono_repo 6.6.0
36+
run: dart pub global activate mono_repo 6.6.1
3737
- name: mono_repo self validate
3838
run: dart pub global run mono_repo generate --validate
3939
job_002:

command_line/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
publish_to: none
88

99
environment:
10-
sdk: ^3.2.0-0
10+
sdk: ^3.2.0
1111

1212
dependencies:
1313
args: ^2.4.0

enhanced_enums/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Samples that demonstrates the enhanced enums syntax
55
publish_to: none
66

77
environment:
8-
sdk: ^3.2.0-0
8+
sdk: ^3.2.0
99

1010
dev_dependencies:
1111
lints: ^3.0.0

extension_methods/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
publish_to: none
77

88
environment:
9-
sdk: ^3.2.0-0
9+
sdk: ^3.2.0
1010

1111
dev_dependencies:
1212
lints: ^3.0.0

ffi/hello_world/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
publish_to: none
88

99
environment:
10-
sdk: ^3.2.0-0
10+
sdk: ^3.2.0
1111

1212
dependencies:
1313
path: ^1.8.3

ffi/primitives/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A super simple example of calling C code from Dart with FFI
55
publish_to: none
66

77
environment:
8-
sdk: ^3.2.0-0
8+
sdk: ^3.2.0
99

1010
dependencies:
1111
ffi: ^2.1.0

ffi/structs/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
publish_to: none
88

99
environment:
10-
sdk: ^3.2.0-0
10+
sdk: ^3.2.0
1111

1212
dependencies:
1313
ffi: ^2.1.0

ffi/system-command/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A FFI application that invokes system commands.
55
publish_to: none
66

77
environment:
8-
sdk: ^3.2.0-0
8+
sdk: ^3.2.0
99

1010
dependencies:
1111
ffi: ^2.1.0

ffi/test_utils/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: test_utils
44
publish_to: none
55

66
environment:
7-
sdk: ^3.2.0-0
7+
sdk: ^3.2.0
88

99
dependencies:
1010
path: ^1.8.3

isolates/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A sample command-line application.
33
publish_to: none
44

55
environment:
6-
sdk: ^3.2.0-0
6+
sdk: ^3.2.0
77

88
dependencies:
99
async: ^2.11.0

native_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77
publish_to: none
88

99
environment:
10-
sdk: ^3.2.0-0
10+
sdk: ^3.2.0
1111

1212
dev_dependencies:
1313
lints: ^3.0.0

null_safety/calculate_lix/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 1.3.0
66
publish_to: none
77

88
environment:
9-
sdk: ^3.2.0-0
9+
sdk: ^3.2.0
1010

1111
dependencies:
1212
collection: ^1.18.0

package_constraint_solver/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/dart-lang/samples/tree/main/package_constraint_so
44
publish_to: none
55

66
environment:
7-
sdk: ^3.2.0-0
7+
sdk: ^3.2.0
88

99
dependencies:
1010
path: ^1.8.3

parameters/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0
55
publish_to: none
66

77
environment:
8-
sdk: ^3.2.0-0
8+
sdk: ^3.2.0
99

1010
dev_dependencies:
1111
lints: ^3.0.0

server/google_apis/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cloud_run_google_apis
22
publish_to: none # not intended for publication to pub.dev
33

44
environment:
5-
sdk: ^3.2.0-0
5+
sdk: ^3.2.0
66

77
dependencies:
88
google_cloud: ^0.2.0

server/simple/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: container_server_example
22
publish_to: none # not intended for publication to pub.dev
33

44
environment:
5-
sdk: ^3.2.0-0
5+
sdk: ^3.2.0
66

77
dependencies:
88
shelf: ^1.4.0

tool/ci.sh

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
2-
# Created with package:mono_repo v6.6.0
2+
# Created with package:mono_repo v6.6.1
33

44
# Support built in commands on windows out of the box.
5+
56
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")
6-
# then "flutter" is called instead of "pub".
7+
# then "flutter pub" is called instead of "dart pub".
78
# This assumes that the Flutter SDK has been installed in a previous step.
89
function pub() {
910
if grep -Fq "sdk: flutter" "${PWD}/pubspec.yaml"; then
@@ -12,18 +13,13 @@ function pub() {
1213
command dart pub "$@"
1314
fi
1415
}
15-
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")
16-
# then "flutter" is called instead of "pub".
17-
# This assumes that the Flutter SDK has been installed in a previous step.
16+
1817
function format() {
19-
if grep -Fq "sdk: flutter" "${PWD}/pubspec.yaml"; then
20-
command flutter format "$@"
21-
else
22-
command dart format "$@"
23-
fi
18+
command dart format "$@"
2419
}
20+
2521
# When it is a flutter repo (check the pubspec.yaml for "sdk: flutter")
26-
# then "flutter" is called instead of "pub".
22+
# then "flutter analyze" is called instead of "dart analyze".
2723
# This assumes that the Flutter SDK has been installed in a previous step.
2824
function analyze() {
2925
if grep -Fq "sdk: flutter" "${PWD}/pubspec.yaml"; then

0 commit comments

Comments
 (0)