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 beba736 commit 439f387Copy full SHA for 439f387
.github/workflows/dart.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
container:
15
- image: google/dart:2.12-dev
+ image: google/dart:2.12-beta
16
17
steps:
18
- uses: actions/checkout@v2
pubspec.yaml
@@ -10,8 +10,8 @@ environment:
10
sdk: '>=2.12.0-0 <3.0.0'
11
dependencies:
- meta: ^1.3.0-nullsafety.6
- distinct_value_connectable_stream: ^1.2.0-nullsafety.4
+ meta: ^1.3.0
+ distinct_value_connectable_stream: ^1.2.0-nullsafety.5
disposebag: ^1.5.0-nullsafety.0
dev_dependencies:
0 commit comments