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 8bd7b6e commit cb27bbaCopy full SHA for cb27bba
npm/ci-requirements.sh
@@ -85,11 +85,12 @@ pushd ./codegens/dart-http &>/dev/null;
85
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/latest/linux_packages/dart_3.0.4-1_amd64.deb
86
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:
92
+ dio: ^5.2.0
93
http: ^1.0.0
- dio: ^5.2.0+1
94
''' > pubspec.yaml
95
dart pub get
96
popd &>/dev/null;
0 commit comments