Build a complete mobile | Desktop | Web app with Python - Python Flet(Flutter) tutorial

preview_player
Показать описание
In this video, we will be diving into the flet framework. Flet is a framework for python, it's built on flutter so you can create modern professional apps in short time and compile it to multiple enviroments.
Join me us I explore this framework.

00:00 Introduction
3:58 Installing flet
4:10 Importing modules
5:30 How to run your app
7:00 Creating first page
28:00 Routing & Nagivation
41:20 My Custom Checkbox
46:00 animating pages functions
50:00 Creating second page
54:35 My custom Circular progress bar
1:01:00 Adding image to page
1:04:10 Create task screen
1:04:35 THE END

You can find the ui design in the assets folder, and also the illustration image.
#flet #python #flutter #mobileapp #android #ios
Having any issues, you can ask in the comment section.
Reach me on Instagram:

Thanks for watching
Рекомендации по теме
Комментарии
Автор

Thanks for watching. You can now compile your app to apk for android or ipa for ios.

You need to upgrade your flet version to atleast 0.18 .

To build, run:

Flet build <windows, apk, ipa, aab, etc...> --org <package name>

example:

flet build apk --org com.example.myapp

mrnewton
Автор

finally someone showing something with a beautiful finish using flet, thank you very much

Riderzbeta
Автор

Muchas Gracias Mr. Newton, por fin he comenzado a entender FLET, creo que tiene muchísimo futuro 👏👏👏

jordiwebstyle
Автор

Excellent tutorial! Keep up the good work.

cyberhard
Автор

Video Related:
2:11 8:59 the preview of the application - two pages
4:16 importing flet for tutorial/demo purposes as "from felt import *"
in production code: do "import flet as ft" or "from flet import ( x, y, z, ... )"
14:24 suppos speedup starts here
26:35 watch later (or maybe runthrough at 16x)
55:21 seems that second page content starts here
1:00:48 yeah, it doesn't show the OOP way

Documentation Related:
9:23 flutter: child; flet-python: content
9:47 Stack( controls=[] )
12:03 Row( controls=[] ) 13:28 Column( controls= )
13:36 Container( child= ) {singular}
16:26 alignment='spaceBetween'
19:22 appending elements with for loop

yash
Автор

Amazing tutorial!
Everything clear! Thank you!

Setapalex
Автор

Thank you! You're the only one who showed me how to change pages! Well, or am I just inattentively watching / reading the flat documentation. I beg you, make a video on how to write one page in one file, another in other. Thank you very strong!

eeveiv
Автор

Thanks for sharing ..pls create more tutorials🙏

raJeshraOte
Автор

Amazing tutorials! I really do think these are the best flet tuts on yt atm, so keep it up man! One thing tho. When you're recording, can you get an app or something that'll show in a corner what buttons you're pressing ? I think itd be really useful, not necessarily for me, but for newcomers to vs code

AronKvaszta
Автор

Great teaching, congratulations!
Make a video showing how to turn it into an APK!

swnerd
Автор

Hahaha omg i just downloaded yesterday your github repo!

Its a nice starting point!
But some animations are broken 🤔

Still a great starting point! 🤗

Thanks for it!

Ciencia_con_s
Автор

Thank you so much for the great tutorial, i am trying to do it side by side watching your video, the icons menu, search and notification outlined is not white colored, i dont know why its not appearing as white, their color is getting mixed in to the background color. could you please help?

spotnuru
Автор

thank you for the tuto much appreciated.
please when i tried using your custom checkbox i encountered a AssertionError stating that the control must be added to the page first so what am i doing wrong and i cannot check the boxes

VoxAcer
Автор

Please advise how to deploy the Flet app to Apple appstore?

twookdg
Автор

Why do i have to double click on the buttons for new task and returning?

borisstancev
Автор

What vs code extension you use for flet

stevofootballhome
Автор

Hey i just have a question as your theme is dark mode but my theme instead is light mode and i have used functions like theme = Theme(color_seed_blah blah = dark) but it doesnt work, could you help with that?
Thanks!

Divine
Автор

why i write code my window not black, and nothing change inside like in your video...

Petya_KM
Автор

i am not getting output in a right way . How this text is working well because when i wrote it, text comes with icons after that took help of chatgpt but it making another container there i also got some issue like content = categories_card because i already used content= text(values="category"),

PradyumanSharma-tw
Автор

from where you copy the code for custom_checkbox
?

lakshmigupta