-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (38 loc) · 900 Bytes
/
pubspec.yaml
File metadata and controls
42 lines (38 loc) · 900 Bytes
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
name: faro
description: Grafana Faro SDK for Flutter applications - Monitor your Flutter app with ease.
version: 0.12.0
homepage: https://grafana.com/oss/faro/
repository: https://github.com/grafana/faro-flutter-sdk
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
connectivity_plus: ^6.1.2
dartypod: ^0.2.0
device_info_plus: ^12.3.0
equatable: ^2.0.8
fixnum: ^1.1.1
flutter:
sdk: flutter
http: ^1.2.2
opentelemetry: ^0.18.10
package_info_plus: 9.0.0
path_provider: ^2.1.5
plugin_platform_interface: ^2.0.2
shared_preferences: ^2.3.3
uuid: ^4.1.0
dev_dependencies:
build_runner: ^2.4.8
fake_async: ^1.3.1
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.3
flutter:
plugin:
platforms:
android:
package: com.grafana.faro
pluginClass: FaroPlugin
ios:
pluginClass: FaroPlugin