mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 08:34:31 +08:00
rename tools => tool; make it pub publisheable
This commit is contained in:
1
.idea/sentry.iml
generated
1
.idea/sentry.iml
generated
@ -8,6 +8,7 @@
|
||||
<excludeFolder url="file://$MODULE_DIR$/build" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/packages" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/test/packages" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/tool/packages" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
|
17
pubspec.yaml
17
pubspec.yaml
@ -1,14 +1,17 @@
|
||||
name: sentry
|
||||
version: 0.0.1
|
||||
description: A pure Dart Sentry.io client.
|
||||
author: Yegor Jbanov <yjbanov@google.com>
|
||||
homepage: https://github.com/yjbanov/sentry
|
||||
|
||||
dependencies:
|
||||
meta: ^1.0.5
|
||||
quiver: ^0.25.0
|
||||
usage: ^3.1.1
|
||||
http: ">=0.11.3+13 <2.0.0"
|
||||
meta: ">=1.0.5 <2.0.0"
|
||||
quiver: ">=0.25.0 <2.0.0"
|
||||
usage: ">=3.1.1 <4.0.0"
|
||||
|
||||
dev_dependencies:
|
||||
args: ^0.13.7
|
||||
test: ^0.12.21
|
||||
yaml: ^2.1.12
|
||||
mockito: ^2.0.2
|
||||
args: ">=0.13.7 <2.0.0"
|
||||
test: ">=0.12.21 <2.0.0"
|
||||
yaml: ">=2.1.12 <3.0.0"
|
||||
mockito: ">=2.0.2 <3.0.0"
|
||||
|
Reference in New Issue
Block a user