Closes #19: Bubble cannot start on android 14#21
Conversation
…n trying to start the bubble on ANDROID 14
There was a problem hiding this comment.
Hi there, welcome to Dash Bubble! 👋🏻
I'm glad you're interested in contributing to this plugin. It's a great way to learn more about the codebase and to help grow the Flutter community 💙
Your pull request will be reviewed by the maintainers and worked on as soon as possible. If you have any questions or need help, feel free to reach out to me @moazelsawaf. I am always happy to assist you 💙
Happy Coding! 😊
|
Hi @dhiaCodes , can you help me with this. |
|
Hey @Copperbolt25, you can change your pubspec.yaml to use the dash_buble package from this url. PS: consider removing the package first from pubspec.yaml then run |
This change adds a type declaration in the Android manifest, which is required for apps targeting Android 14.
If an app that targets Android 14 doesn't define types for a given service in the manifest, then the system will raise
MissingForegroundServiceTypeExceptionupon callingstartForeground()for that service.Read more here: https://developer.android.com/about/versions/14/changes/fgs-types-required
Related Issues: