AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
148 stars 116 forks source link

Fix typos and tests #242

Open hakamdev opened 1 year ago

hakamdev commented 1 year ago

This PR contains the following changes:

  1. Fix a typo in appsflyer_invite_link_params.dart and appsflyer_sdk.dart:

    • referreImageUrl -> referrerImageUrl
  2. Fix tests for deprecated methods by substituting the expected output with the new methods being called inside.

  3. Remove the test for method enableLocationCollection that has been removed since AppsFlyerSDK v6.3.0.

  4. Add new tests for the new methods that replaced the deprecated ones, namely: setSharingFilterForPartners.

😀✌️