Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: Recommend android.window as Android dependencies #1801

Closed
12people opened this issue Nov 22, 2022 · 3 comments
Closed

README: Recommend android.window as Android dependencies #1801

12people opened this issue Nov 22, 2022 · 3 comments

Comments

@12people
Copy link
Contributor

There is a desugaring-related bug on Android 12L and Android 13, where an app with desugaring enabled crashes on startup — see this StackOverflow thread.

The fix for this desugaring bug is to add these two dependencies:

implementation 'androidx.window:window:1.0.0'
implementation 'androidx.window:window-java:1.0.0'

It'd be great if flutter_local_notifications recommended these two dependencies in the guidelines on pubdev alongside other necessary desugaring-related Gradle changes.

@MaikuB
Copy link
Owner

MaikuB commented Nov 22, 2022

Thanks for raising this. As this is open-sourced, would you be up for submitting a PR to add this information to the readme?

@12people
Copy link
Contributor Author

@MaikuB Submitted here: #1803

@MaikuB
Copy link
Owner

MaikuB commented Nov 24, 2022

Closing as the PR has been merged now :)

@MaikuB MaikuB closed this as completed Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants