Global IQA SDK Flutter plugin Migration Guides

If you are upgrading from a version below 1.4.0 to 1.4.0 or above, please refer to this document.

Migration steps are as follows:

Step1.

Remove the source code directory: iqc_plugin

Step2.

In the pubspec.yaml file, change dependencies:

to

For iOS, you need to specify the SDK name and url in the Podfile, then run pod install:

Step3.

Run the following two commands in the terminal separately.

Step4.

Initialize the sdk in the main method

Step5.

Keep the existing code logic unchanged.


For detailed integration documentation, please refer to: Flutter Document.