Skip to content

Commit 77298b2

Browse files
chore(dependencies): Updated segment_analytics_plugin_appsflyer dependencies. (#117)
- Updates appsflyer_sdk to 6.15.1 now inherit Privacy Manifest from Native SDK via cocoapods. - Updates minimum supported SDK version to Flutter 3.16/Dart 3.2 - Updates json_annotation to 4.9.0 - Updates appsflyer_sdk to 6.15.1 - Updates segment_analytics to 1.1.1 Co-authored-by: Rishabh Jain <risjain@twilio.com>
1 parent 54bd5a2 commit 77298b2

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

packages/plugins/plugin_appsflyer/pubspec.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,21 @@ repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/pl
66
issue_tracker: https://github.com/segmentio/analytics_flutter/issues
77

88
environment:
9-
sdk: '>=2.19.3 <4.0.0'
10-
flutter: ">=1.17.0"
9+
sdk: '>=3.2.0 <4.0.0'
10+
flutter: ">=3.16.0"
1111

1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
segment_analytics: ^1.0.0
16-
json_annotation: ^4.8.0
17-
appsflyer_sdk: ^6.9.3
15+
segment_analytics: ^1.1.1
16+
json_annotation: ^4.9.0
17+
appsflyer_sdk: ^6.15.1
1818

1919
dev_dependencies:
20-
build_runner: ^2.3.3
21-
json_serializable: ^6.6.0
20+
build_runner: ^2.4.7
21+
json_serializable: ^6.8.0
2222
flutter_test:
2323
sdk: flutter
24-
flutter_lints: ^2.0.0
24+
flutter_lints: ^4.0.0
2525

26-
flutter:
2726

0 commit comments

Comments
 (0)