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
26 lines (22 loc) · 687 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
26 lines (22 loc) · 687 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
name: segment_analytics_plugin_adjust
description: The hassle-free way to add Segment analytics to your Flutter app.
version: 1.0.2
homepage: https://github.com/segmentio/analytics_flutter#readme
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/plugins/plugin_adjust#readme
issue_tracker: https://github.com/segmentio/analytics_flutter/issues
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
segment_analytics: ^1.1.1
json_annotation: ^4.9.0
adjust_sdk: ^5.0.2
dev_dependencies:
build_runner: ^2.4.7
json_serializable: ^6.8.0
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter: