-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
[BUG] Example cannot compile with Flutter 3 on Android #1234
Comments
Hi there, and thanks for the heads up. As you said, there's not much we can do about this, but we'll make sure to get ready for Flutter 3 otherwise ASAP. |
I'm the same since I updated flutter 3. but it's normal, hopefully it will be solved soon. |
To solve this issue temporarily please check out this other github link- its a small change on a file within the flutter folder on your machine. |
Good workaround, but always be cautious when editing cached package files! |
flutterlocation was updated a few minutes ago, so this issue might be obsolete. |
Thanks @Zverik, will have a look in a minute. |
#1236 contains the necessary fixes to get this fully project fully ready for Flutter 3 |
Thank you @JaffaKetchup ! |
Describe The Bug
The example does not build for Android
Expected Behavior
The example should build for Android
Screenshots & Recordings
Additional Information
Building for web works fine.
The whole thing was triggered by my upgrade to Flutter 3.0.0.
The root cause appears to be in flutterlocation, see Lyokone/flutterlocation#698 and Lyokone/flutterlocation#718, these issues also discuss workarounds.
This has to be fixed in flutterlocation, I wrote this ticket to avoid unnecessary research effort here ;-)
Changing the compileSdkVersion to 30 does not help.
Doctors Report
To Reproduce
Steps to reproduce the behavior:
flutter pub cache clean && flutter pub get && flutter run
Severity
This will help us to label the issue quicker and decide what needs attention first. Only choose fatal if the entire app crashes, otherwise choose non-fatal.
Frequency/Rarity
This will help us to label the issue quicker and decide what needs attention first.
Applicable Platforms
Only select those that you've tested on - one or more. If possible, test on a variety of platforms.
The text was updated successfully, but these errors were encountered: