forked from jhomlala/catcher
-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
pubspec.yaml
55 lines (48 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
48
49
50
51
52
53
54
55
name: catcher_2
description: Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.
version: 2.1.0
homepage: https://github.com/ThexXTURBOXx/catcher_2
repository: https://github.com/ThexXTURBOXx/catcher_2
issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues
funding:
- https://github.com/sponsors/ThexXTURBOXx
screenshots:
- description: 'The catcher_2 logo'
path: screenshots/logo.png
- description: 'catcher_2 in action with notifications'
path: screenshots/1.png
- description: 'catcher_2 in action with emails'
path: screenshots/3.png
- description: 'catcher_2 in action with dialogs'
path: screenshots/6.png
topics:
- analysis
- errors
- flutter
- logging
- tool
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
cross_file: ^0.3.0
device_info_plus: '>=9.0.0 <12.0.0'
dio: ^5.0.1
flutter:
sdk: flutter
flutter_mailer: ^2.0.0
fluttertoast: ^8.2.6
logging: ^1.0.2
mailer: ^6.0.0
package_info_plus: '>=4.0.0 <9.0.0'
sentry: '>=7.2.0 <9.0.0'
universal_io: ^2.0.4
dev_dependencies:
flutter_lints: ^5.0.0
platforms:
android:
ios:
linux:
macos:
web:
windows: