cb7c932f7b
Also bump min SDK for pkg:analyzer Towards https://github.com/dart-lang/sdk/issues/27698 Change-Id: Ic32c839c02f18afd99fdb98eb382540aae7da88a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214126 Auto-Submit: Kevin Moore <kevmoo@google.com> Commit-Queue: Kevin Moore <kevmoo@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
19 lines
369 B
YAML
19 lines
369 B
YAML
name: telemetry
|
|
description: A library to facilitate reporting analytics and crash reports.
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
http: ^0.13.0
|
|
meta:
|
|
path: ../meta
|
|
path: ^1.4.0
|
|
stack_trace: ^1.7.0
|
|
usage: ^3.2.0+1
|
|
|
|
dev_dependencies:
|
|
test: ^1.0.0
|