Help to flet build web #4587
-
Hello friends, I need help to complete the 'flet build web' command. I am initially conducting some tests. First, I created a folder for my project, then created a Python virtual environment with 'python -m venv venv', activated my Python virtual environment with 'cd venv/scripts/activate', and installed Flet with 'pip install flet'. After that, I started a new Flet project through the VSCode terminal with 'flet create --project-name teste_flet'. I noticed that running main.py comes with the counter template, and I only added 'view=ft.AppView.WEB_BROWSER' in main.py. Now, just for testing purposes, even though it's the default counter template, I need to run the test and check how the build goes. So I executed 'flet build web', and this error occurred:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Flutter 3.27 is not yet supported, sorry. Please downgrade your Flutter installation to the latest 3.24.x. |
Beta Was this translation helpful? Give feedback.
Flutter 3.27 is not yet supported, sorry. Please downgrade your Flutter installation to the latest 3.24.x.