-
Notifications
You must be signed in to change notification settings - Fork 421
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
🔥[Urgent] Support AGP 8 and SDK 34 #295
base: master
Are you sure you want to change the base?
Conversation
@hyjfine @woodwen @nicolas-landa @dvaldivia @qiuxiang @kazumi007 @ened @zhuyangyang-lingoace @Allen0505 @harithay @HemlockBane @bingbingbog |
@knottx Thanks for fixing this issue! I've been scratching my head for the last few hours until I came across this fix. This PR might be more welcomed if you removed all the changes unrelated to the AGP 8 fix. (namely: lints, code formatting, and launch files). However, I know those other changes will be appreciated, so I suggest throwing them into a different PR. |
@mrgnhnt96 sure! done. |
The owner of the repository haven't committed or merge any single PR since June last year. I think we are going to need an alternative fork soon. |
I am running an alternative package. I would be happy to help you. |
Please merge this ASAP. |
@knottx, please, add support for flutter 3.24.0 in your repo. Right now building apk with your fork throws
This happens due to old compile sdk in android/build.gradle file. While experimenting I found out that compile sdk of a package has to be >=31 to successfully build apk with flutter 3.24.0. But it's better to set 34 right away. Similar issue happens, for example, in one signal package: OneSignal/OneSignal-Flutter-SDK#930 Sure, I can fork your repo but it'll be helpful for others who also want to use sdk 3.24.0 |
Updated |
Is this ever going to get merged? |
So cool, thank bro |
For people who are waiting for this
you can use this in your
pubspec.yaml