forked from jhomlala/catcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (42 loc) · 1.05 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
name: catcher
description: Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.
version: 0.8.0
#author: Jakub Homlala <jhomlala@gmail.com>
homepage: https://github.com/jhomlala/catcher
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
fluttertoast: ^8.0.8
device_info_plus: ^9.0.0
device_info_plus_platform_interface: ^7.0.0
package_info_plus: ^4.0.0
mailer: ^6.0.0
dio: ^5.0.1
flutter_mailer: ^2.0.0
logging: ^1.0.2
sentry: ^7.2.0
universal_io: ^2.0.4
dev_dependencies:
lint: ^2.0.1
flutter:
plugin:
platforms:
android:
package: com.jhomlala.catcher
pluginClass: CatcherPlugin
ios:
pluginClass: CatcherPlugin
web:
pluginClass: CatcherWebPlugin
fileName: catcher_web_plugin.dart
macos:
pluginClass: CatcherPlugin
windows:
pluginClass: CatcherPlugin
linux:
pluginClass: CatcherPlugin