Skip to content

version 1.3.1 is not building on Android #1

@plastb1r

Description

@plastb1r

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:

Image

4.2.4
Image

4.2.5
Image

Proposed solution

Please update the current API for use in the UserxFlutterPlugin, or re-introduce the missing method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions