b0874f26b7
Require Dart 2.14 Change-Id: Iec3e1b0563c6402840bfbcb66bd68478b40063c4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216691 Auto-Submit: Kevin Moore <kevmoo@google.com> Reviewed-by: Tess Strickland <sstrickl@google.com>
19 lines
335 B
YAML
19 lines
335 B
YAML
name: native_stack_traces
|
|
description: Utilities for working with non-symbolic stack traces.
|
|
version: 0.4.5-dev
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/native_stack_traces
|
|
|
|
environment:
|
|
sdk: '>=2.14.0 <3.0.0'
|
|
|
|
executables:
|
|
decode:
|
|
|
|
dependencies:
|
|
args: ^2.0.0
|
|
path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
lints: ^1.0.0
|