0

I am on ubuntu 20.04 and I am trying to build a flet application with the command:

flet build linux

But it keeps displaying the error message below as shown below... Please who knows what the problem may be?

[22:48:11] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.25.2 ✅                                             
           Customized app icons and splash images ✅                                                                                             
[22:48:50] Generated app icons ✅                                                                                                                
[23:07:40] Flet app package app/app.zip was not created.                                                                                         
[23:11:45] Doctor summary (to see all details, run flutter doctor -v):                                                                           
           [✓] Flutter (Channel stable, 3.24.5, on Ubuntu 20.04.6 LTS 5.15.0-130-generic, locale en_US.UTF-8)                                    
           [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)                                                      
           [✓] Chrome - develop for the web                                                                                                      
           [✓] Linux toolchain - develop for Linux desktop                                                                                       
           [✓] Android Studio (version 2024.2)                                                                                                   
           [✓] VS Code (version 1.96.4)                                                                                                          
           [✓] Connected device (2 available)                                                                                                    
           [✓] Network resources                                                                                                                 
                                                                                                                                                 
           • No issues found!
3
  • 1
    This isn't an error message. Commented Jan 22 at 23:03
  • Yes, you are right, I know it is not an error message, but it is more like a limitation to building the flet standalone application. It reads: "[23:07:40] Flet app package app/app.zip was not created." And this is kind of like disturbing. I hope to find answers and this is why I posted it here. Commented Jan 29 at 0:13
  • Upgrade to Flet v0.26.0 using pip install 'flet[all]' --upgrade, then rebuild with the verbosity flag to see what happened: flet build linux --v Commented Jan 29 at 14:24

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.