We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b727444 commit 734a513Copy full SHA for 734a513
npm/ci-requirements.sh
@@ -82,11 +82,14 @@ sudo apt-get install httpie
82
83
echo "Installing dependencies required for tests in codegens/dart-http"
84
pushd ./codegens/dart-http &>/dev/null;
85
- wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.2/linux_packages/dart_2.10.2-1_amd64.deb
86
- sudo dpkg -i dart_2.10.2-1_amd64.deb
+ wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/latest/linux_packages/dart_3.0.4-1_amd64.deb
+ sudo dpkg -i dart_3.0.4-1_amd64.deb
87
echo '''name: test
88
+version: 1.0.0
89
+environment:
90
+ sdk: ^3.0.3
91
dependencies:
- http: ^0.12.2
92
+ http: ^1.0.0
93
''' > pubspec.yaml
94
dart pub get
95
popd &>/dev/null;
0 commit comments