andre-paraense / launchdarkly_flutter

A LaunchDarkly Flutter SDK
GNU Lesser General Public License v3.0
4 stars 5 forks source link

fix: Fix for Android 12 #39

Closed Sevastyan closed 1 year ago

Sevastyan commented 2 years ago

Requirements

Related issues

Provide links to any issues in this repository or elsewhere relating to this pull request.

Describe the solution you've provided

Provide a clear and concise description of what you expect to happen.

Describe alternatives you've considered

Provide a clear and concise description of any alternative solutions or features you've considered.

Additional context

Your package doesn't work on Android 12 and above:

INSTALL_PARSE_FAILED_MANIFEST_MALFORMED com.launchdarkly.sdk.android.ConnectivityReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present.

How to test?

Give a concrete example on how to test what you have implemented.

Future works

Tell us more about the next steps in this direction ;)

davidbrenner commented 1 year ago

👍 @andre-paraense - can you merge this and release a new version of the package to pub.dev?

andre-paraense commented 1 year ago

Yes, as soon as I have some free time will look into this

andre-paraense commented 1 year ago

The package has been marked as discontinued and suggested the official package as replacement.