forked from jhomlala/catcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
44 lines (41 loc) · 1.06 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
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 <[email protected]>
homepage: https://github.com/jhomlala/catcher
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
fluttertoast: ^8.2.2
device_info_plus: ^9.0.2
device_info_plus_platform_interface: ^7.0.0
package_info_plus: ^4.0.2
mailer: ^6.0.1
dio: ^5.2.1+1
logging: ^1.2.0
sentry: ^7.7.0
universal_io: ^2.2.2
flutter_mailer:
git:
url: https://github.com/vahellame/flutter_mailer
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