Skip to content

Commit

Permalink
chore(dependencies): Updated segment_analytics_plugin_adjust dependen…
Browse files Browse the repository at this point in the history
…cies. (#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 <[email protected]>
  • Loading branch information
Rjaintwilio and rishabh-twilio authored Oct 30, 2024
1 parent 77298b2 commit 4b4d1ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/plugin_adjust/lib/types.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions packages/plugins/plugin_adjust/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/pl
issue_tracker: https://github.com/segmentio/analytics_flutter/issues

environment:
sdk: '>=2.19.3 <4.0.0'
flutter: ">=1.17.0"
sdk: '>=3.2.0 <4.0.0'
flutter: ">=3.16.0"

dependencies:
flutter:
sdk: flutter
segment_analytics: ^1.0.0
json_annotation: ^4.8.0
adjust_sdk: ^4.31.0
segment_analytics: ^1.1.1
json_annotation: ^4.9.0
adjust_sdk: ^4.38.2

dev_dependencies:
build_runner: ^2.3.3
json_serializable: ^6.6.0
build_runner: ^2.4.7
json_serializable: ^6.8.0
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter_lints: ^4.0.0

flutter:

0 comments on commit 4b4d1ab

Please sign in to comment.