forked from segmentio/analytics_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
24 lines (21 loc) · 686 Bytes
/
pubspec.yaml
File metadata and controls
24 lines (21 loc) · 686 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
name: segment_analytics_plugin_firebase
description: The hassle-free way to add Segment analytics to your Flutter app.
version: 1.0.1
homepage: https://github.com/segmentio/analytics_flutter#readme
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/plugins/plugin_firebase#readme
issue_tracker: https://github.com/segmentio/analytics_flutter/issues
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=3.16.0"
dependencies:
firebase_analytics: ^11.3.3
firebase_core: ^3.6.0
flutter:
sdk: flutter
json_annotation: ^4.8.0
segment_analytics: ^1.1.1
dev_dependencies:
build_runner: ^2.3.3
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0