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

Fix issues for Gradle 8 support & update/replace dependencies #27

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

OlJohnny
Copy link

@OlJohnny OlJohnny commented Oct 24, 2024

When migrating an app using this package from gradle 7 to 8, there are some errors.
This PR fixes these minor issues and updates some packages to their latest compatible version.
Replaces the unsupported wakelock package with wakelock_plus.
Removes unneeded & as of Flutter 3.29.0 unsupported PluginRegistry.Registrar import.


Fixes #33 #25


If you want to test this PR, replace the rtmp_broadcaster dependency in your pubspec.yaml with:

  rtmp_broadcaster:
    git: https://github.com/OlJohnny/flutter_rtmp_broadcaster.git

@OlJohnny OlJohnny mentioned this pull request Oct 27, 2024
@OlJohnny
Copy link
Author

OlJohnny commented Nov 8, 2024

bump @emiliodallatorre

@OlJohnny OlJohnny changed the title Fix issues for Gradle 8 support Fix issues for Gradle 8 support & update/replace dependencies Jan 22, 2025
@OlJohnny
Copy link
Author

OlJohnny commented Feb 4, 2025

again bump @emiliodallatorre
If you don't have time/energy to maintain this project anymore, please let the community know :)

@8thgencore
Copy link

This PR works great! @emiliodallatorre, please approve these changes or allow other developers to continue the project.

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

Successfully merging this pull request may close these issues.

Flutter 3.29: Unresolved reference 'Registrar'
2 participants