-
Notifications
You must be signed in to change notification settings - Fork 47
Request for Update: Flutter 3.29.0 and Android API Support #552
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
Comments
Same case here, the app doesn't compile on flutter 3.29.0 because of the Instabug library.
|
This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions. |
I also encountered the same issue |
I see that #558 was opened, however it still fails to build but with a different result. I posted the issues on the PR |
The build fails on 3.29.1 Flutter 3.29.1 • channel [user-branch] • unknown source Note: Some input files use or override a deprecated API. FAILURE: Build failed with an exception.
BUILD FAILED in 1m 22s |
I'm also seeing the same error. |
This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions. |
We need someone from instabug to take care of this. |
We are currently aware of this and working on it. Apologies for any inconvenience caused! |
This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions. |
Any update? |
This issue happens due to the old Flutter v1 embedding. A temporary fix has been pushed here: Until the package is officially updated, you can use that commit directly: instabug_flutter:
git:
url: https://github.com/Instabug/Instabug-Flutter.git
ref: b6b761059288beef7121d6b3d043f90702ecc342 Should help build the flutter app for now. |
Still issues:
|
I'm facing same issue. any updates? |
Our team is also experiencing the same issue. We had to create two different branches for our app, one using Flutter 3.29.2 to support iOS 18, and one with flutter 3.27.4 to support Android, since this is not currently fixed. Any progress that can get made on this to make it capable of working with the latest Flutter version would be very much appreciated. |
@MoKamall does the company have any plan to fix this? this should be an easy one. |
its been more than a month since flutter update and we are stuck due to this issue. any plan to resolve it soon???? |
Hey all, a fix for this will be out with our next release (which will be due very soon). Please keep an eye out for it! |
@MoKamall can you let us know how many days is very soon? |
Hi there,
After upgrading to Flutter 3.29.0, I noticed that some APIs are no longer supported on Android. It appears that your library is affected by these changes. Could you please update the library to be compatible with the new version?
I found the following article, which might provide some useful insights:
https://benamorn.medium.com/today-i-learned-after-upgrading-to-flutter-3-29-0-7c7ab1a97975
Thank you for your attention to this matter!
The text was updated successfully, but these errors were encountered: