-
Notifications
You must be signed in to change notification settings - Fork 467
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
Error: flet Build apk failed in flet 0.25.2 #4615
Comments
+1 |
Share your requirements.txt |
|
what is your Flutter version ? |
I don't know whether it works, but try downgrading Flutter SDK into 3.24.5 or below. |
Can confirm that my builds were also erroring out and downgrading to Flutter SDK 3.24.5 worked. |
I will try it. |
If you want to use Flutter 3.27, follow this: #4548 (comment) |
Duplicate Check
Describe the bug
After running flet build apk it give some unknown error which is "A value of type 'TabBarThemeData' can't be returned from a function with return type 'TabBarTheme?'".
Code sample
Code
To reproduce
Steps to reproduce:
step 1:
Save the given code in main.py file.
step 2:
On windows: pip install flet
On linux or mac: pip3 install flet
step 3:
Open terminal/powershell in in the directory of given code file.
step 4:
Run: flet build apk
Expected behavior
I expected that after running 'flet build apk' it convert my python app into apk file.
Screenshots / Videos
Captures
[Upload media here]
Operating System
Linux
Operating system details
Ubuntu 23.04.1LTS
Flet version
flet-0.25.2
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
Additional details
No response
The text was updated successfully, but these errors were encountered: