appsflyer-flutter-plugin
appsflyer-flutter-plugin copied to clipboard
Fix typos and tests
This PR contains the following changes:
- Fix a typo in
appsflyer_invite_link_params.dart
andappsflyer_sdk.dart
:
-
referreImageUrl -> referrerImageUrl
- Fix tests for deprecated methods by substituting the expected output with the new methods being called inside.
- Remove the test for method
enableLocationCollection
that has been removed sinceAppsFlyerSDK v6.3.0
. - Add new tests for the new methods that replaced the deprecated ones, namely:
setSharingFilterForPartners
.
😀✌️