-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Problem
When launching the latest version of the package (1.3.1), building is not possible, because before launching, the analyzer sees that native call UserX.init(key) is gone. In the implementation of the native dependency pro.userx:UserX:4.2.5 there is no implementation of the method with these parameters.
But if you roll back to the version 1.3.0, then the version of the native package pro.userx:UserX:4.2.4 will be using instead, in which the required signature is present.
error:
Proposed solution
Please update the current API for use in the UserxFlutterPlugin, or re-introduce the missing method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


