forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 711 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 711 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
name: firebase_performance
description: Flutter plugin for Google Performance Monitoring for Firebase, an app
measurement solution that monitors traces and HTTP/S network requests on Android and
iOS.
author: Flutter Team <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_performance
version: 0.1.0+4
dependencies:
flutter:
sdk: flutter
dev_dependencies:
http: ^0.12.0
flutter_test:
sdk: flutter
firebase_core: ^0.3.0
flutter:
plugin:
androidPackage: io.flutter.plugins.firebaseperformance
iosPrefix: FLT
pluginClass: FirebasePerformancePlugin
environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
flutter: ">=0.2.4 <2.0.0"