-
Notifications
You must be signed in to change notification settings - Fork 45
/
pubspec.yaml
39 lines (35 loc) · 1018 Bytes
/
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
name: instabug_flutter
version: 14.0.0
description: >-
Instabug empowers mobile teams to monitor, prioritize, and debug
performance and stability issues throughout the app development lifecycle.
homepage: https://www.instabug.com/platforms/flutter
repository: https://github.com/Instabug/Instabug-Flutter
documentation: https://docs.instabug.com/docs/flutter-overview
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
stack_trace: ^1.10.0
dev_dependencies:
build_runner: ^2.0.3
fake_async: '>=1.2.0 <1.4.0'
flutter_test:
sdk: flutter
lint: ^1.0.0
# mockito v5.2.0 is needed for running Flutter 2 tests on CI
mockito: '>=5.2.0 <5.5.0'
pana: ^0.21.0
# pigeon v3.0.0 is needed for running Flutter 2 tests on CI
pigeon: '>=3.0.0 <=10.1.5'
flutter:
plugin:
platforms:
android:
package: com.instabug.flutter
pluginClass: InstabugFlutterPlugin
ios:
pluginClass: InstabugFlutterPlugin
environment:
sdk: ">=2.14.0 <4.0.0"
flutter: ">=1.17.0"