forked from Danx0/Instabug-Flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (31 loc) · 1.01 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
name: instabug_flutter
version: 10.0.0
description: >-
Instabug is an in-app feedback and bug reporting tool for mobile apps.
With just a simple shake, your users or beta testers can report bugs or
send in-app feedback and the SDK will capture an environment snapshot of
your user's device including all console logs, server-side network requests
and bug reproduction steps compiling all these details in one organised dashboard
to help you debug and fix bugs faster.
homepage: https://github.com/Instabug/Instabug-Flutter#readme
documentation: https://github.com/Instabug/Instabug-Flutter#readme
dependencies:
flutter:
sdk: flutter
stack_trace: ^1.10.0
dev_dependencies:
build_runner: ^2.0.3
flutter_test:
sdk: flutter
mockito: ^5.0.7
flutter:
plugin:
platforms:
android:
package: com.instabug.instabugflutter
pluginClass: InstabugFlutterPlugin
ios:
pluginClass: InstabugFlutterPlugin
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0 <3.0.0"