appsflyer-flutter-plugin icon indicating copy to clipboard operation
appsflyer-flutter-plugin copied to clipboard

Fix typos and tests

Open hakamdev opened this issue 2 years ago • 0 comments

This PR contains the following changes:

  1. Fix a typo in appsflyer_invite_link_params.dart and appsflyer_sdk.dart:
  • referreImageUrl -> referrerImageUrl
  1. Fix tests for deprecated methods by substituting the expected output with the new methods being called inside.
  2. Remove the test for method enableLocationCollection that has been removed since AppsFlyerSDK v6.3.0.
  3. Add new tests for the new methods that replaced the deprecated ones, namely: setSharingFilterForPartners.

😀✌️

hakamdev avatar Nov 17 '22 01:11 hakamdev