Skip to content

Commit 4b4d1ab

Browse files
chore(dependencies): Updated segment_analytics_plugin_adjust dependencies. (#116)
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2 - Updates json_annotation to ^4.9.0 - Updates adjust_sdk to ^4.38.2 Updating segment_analytics to latest version Co-authored-by: Rishabh Jain <risjain@twilio.com>
1 parent 77298b2 commit 4b4d1ab

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/plugins/plugin_adjust/lib/types.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugins/plugin_adjust/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +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-
adjust_sdk: ^4.31.0
15+
segment_analytics: ^1.1.1
16+
json_annotation: ^4.9.0
17+
adjust_sdk: ^4.38.2
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

2626
flutter:

0 commit comments

Comments
 (0)