Pass Data Across Views in Python GUI (4 Solutions with Flet !)

preview_player
Показать описание
In this video, examine four different was to pass around data across views/pages without using a database. Please let me know if you have any questions in the comments.

Special thanks:
Abstract Atmospheric Background by Playsound (Yuriy) from Pixabay

#programming #flet #python #flutter #tutorial #programmingforbeginners #coding #newtechnology #frontend #frontenddeveloper #backendwebdevelopment #versioncontrol #github #routing #objectorientedprogramming #routing #webdesign #desktopapplication #selftaught
Рекомендации по теме
Комментарии
Автор

Wouldn't it be cool if you press like on this video so that I know to make more of them?

codingjq
Автор

Sir please make a video tutorial on flet-route

RAHULWADEKAR
Автор

@codingjq, I followed your modifications from the Video1 to Main branch in Github. And I found one thing that I cannot explain by myself. Would it be possible to discuss the specific loading of the view pages via discord or on another way? That would be very helpful. Thank you in advance.

_thinkORo_
Автор

Hey this a great video, it def helped me to get the concept, one issue Im having is if I open another window (session) I have errors like "Unknown control: offstage" or even the application frozen, is there any recommendation of how to handle the session with this? Ty

jesuschavez
Автор

im new to flet and python and im struggling to change bgcolor for each page, can you help? im using route structure from your tutorial

wonderkou
Автор

Hello! Your video is very good! I want to make you a query.
Context first: I have a list of rows that are the results of a search using a text field. In practice, I should be able to click on one of the results (1 row specifically) and it will give me all the information corresponding to that particular result. When there is only one result, everything is fine. The problem I have is when there is more than one result. The rows are generated inside a For loop, when I "export" the information for the row I clicked on, instead of giving me that information I clicked on, it gives me the last element of the For loop, which doesn't match the Row I clicked on.
Can you help me? I understand that it's a simple problem of not being able to identify an element within an iterator like For, but I haven't been able to fix it. I already tried using indexes inside the For iterator but it didn't work as expected.
I am looking forward to your response. Greetings from Argentina!

alejandropoos
Автор

I have a problem with the view of the different pages, sometimes the scroll on views, is not working, I appreciate any guidance in this case

mendezzzzz
Автор

Podrías hacer un vídeo de como corregir un pequeño bug que tengo el cual es que al usar un bottom navigation bar junto a un textfield al abrir el teclado sube el bottom navigation también y quiero que no se muestre. Agradecería si se pudiera y puedes ayudar.

Eduardo-ugui
Автор

Bro how to add cryptography module in flet requirements.txt file

nothing
Автор

Personally I make it alot simpler, create empty config class and just pass that around to everything

syleishere