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 8e6e532 commit 99cd66cCopy full SHA for 99cd66c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.10.0-nullsafety.4
2
+
3
+* Allow the `2.10.0` stable and dev SDKs.
4
5
## 1.10.0-nullsafety.3
6
7
* Fix bug parsing asynchronous suspension gap markers at the end of stack
pubspec.yaml
@@ -1,11 +1,11 @@
name: stack_trace
-version: 1.10.0-nullsafety.3
+version: 1.10.0-nullsafety.4
description: A package for manipulating stack traces and printing them readably.
homepage: https://github.com/dart-lang/stack_trace
environment:
# This must remain a tight constraint until nnbd is stable
8
- sdk: '>=2.11.0-0 <2.11.0'
+ sdk: '>=2.10.0-0.0.dev <2.11.0'
9
10
dependencies:
11
path: ^1.8.0-nullsafety
0 commit comments