-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
47 lines (47 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
46
47
name: sentry_flutter
version: 6.18.3
description: >-
Sentry SDK for Flutter. This package aims to support different Flutter targets
by relying on the many platforms supported by Sentry with native SDKs.
homepage: https://docs.sentry.io/platforms/flutter/
repository: https://github.com/getsentry/sentry-dart
issue_tracker: https://github.com/getsentry/sentry-dart/issues
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=2.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
sentry:
git:
url: https://github.com/CreatorStack/sentry.git
ref: "cf46353"
package_info_plus: '>=1.0.0 <4.0.0'
meta: ^1.3.0
dev_dependencies:
build_runner: ^2.1.8
flutter_test:
sdk: flutter
mockito: ^5.1.0
yaml: ^3.1.0
flutter_lints: ^2.0.0
flutter:
plugin:
platforms:
android:
pluginClass: SentryFlutterPlugin
package: io.sentry.flutter
ios:
pluginClass: SentryFlutterPlugin
macos:
pluginClass: SentryFlutterPlugin
web:
pluginClass: SentryFlutterWeb
fileName: sentry_flutter_web.dart
linux:
pluginClass: SentryFlutterPlugin
windows:
pluginClass: SentryFlutterPlugin