-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpubspec.yaml
38 lines (34 loc) · 919 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: flutter_sentry
description: >
Sentry.io error reporting plugin for Flutter, offering tight integration with
Flutter and native code.
version: 0.8.2
homepage: https://github.com/dasfoo/flutter_sentry
environment:
sdk: ">=2.2.2 <3.0.0"
flutter: ">=1.10.0"
dependencies:
device_info: ^1.0.0
flutter:
sdk: flutter
# https://pub.dev/packages/http/changelog 0.13.0+ is a breaking API change
# which our dependency, sentry, is incompatible with.
http: ^0.12.2
meta: ^1.2.3
# package_info is migrating to 1.0.0 and asks us to use this constraint.
package_info: ">=0.4.0 <2.0.0"
sentry: ^4.0.0
uuid: ">=2.0.0 <4.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^3.0.0
test: ^1.9.4
flutter:
plugin:
platforms:
android:
package: org.dasfoo.flutter_sentry
pluginClass: FlutterSentryPlugin
ios:
pluginClass: FlutterSentryPlugin