Skip to content

Commit 99cd66c

Browse files
authored
Allow earlier SDKs (flutter#86)
This was bumped because it wasn't clear which SDKs it worked with, however a comment on an earlier PR shows that it is compatible with early SDKs.
1 parent 8e6e532 commit 99cd66c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.10.0-nullsafety.4
2+
3+
* Allow the `2.10.0` stable and dev SDKs.
4+
15
## 1.10.0-nullsafety.3
26

37
* Fix bug parsing asynchronous suspension gap markers at the end of stack

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: stack_trace
2-
version: 1.10.0-nullsafety.3
2+
version: 1.10.0-nullsafety.4
33
description: A package for manipulating stack traces and printing them readably.
44
homepage: https://github.com/dart-lang/stack_trace
55

66
environment:
77
# This must remain a tight constraint until nnbd is stable
8-
sdk: '>=2.11.0-0 <2.11.0'
8+
sdk: '>=2.10.0-0.0.dev <2.11.0'
99

1010
dependencies:
1111
path: ^1.8.0-nullsafety

0 commit comments

Comments
 (0)