- 18
- 73 638
Henri Ndonko - TheEthicalBoy
Germany
เข้าร่วมเมื่อ 26 ก.พ. 2023
I am Henri Ndonko also known as TheEthicalBoy, a Python Developer and active Maintainer of the innovative and popular Flet python framework.
Subscribe to stay up-to-date!
Subscribe to stay up-to-date!
Display Interactive Maps in Python using Flet | Part 2
Flet v0.25 is here, bringing several community-requested features to the Map control, including programmatic rotation, precise point navigation, and zoom in/out capabilities. This update also introduces some breaking changes to be aware of when upgrading. In this video, I'll walk you through everything you need to know about these new features and how to handle the breaking changes.
TIMESTAMPS
00:00 Introduction
00:23 Upgrading to Flet v0.25
01:34 Breaking changes in the Map control and Migration
03:26 Launching a simple app and features-presentation
04:59 Programmatic Rotation with Animations
08:22 Programmatic Precise Point Navigation
10:16 Programmatic Zooming
12:08 Programmatic Centering on a point
12:50 Recapitulation and Conclusion
Useful links from video:
- Code: github.com/ndonkoHenri/ethical-youtube-tutorials
- Announcement article on Flet v0.25: python.plainenglish.io/whats-new-in-flet-v0-25-0-8bcb88ad561c
- Map documentation: flet.dev/docs/controls/map
- Pull request with bug fix: github.com/flet-dev/flet/pull/4519
More about Flet:
- Website: flet.dev
- GitHub: github.com/flet-dev/flet
- Discord Server: discord.gg/bCFXYgZR3b
Checkout my social profiles:
- LinkTree: linktr.ee/ndonkohenri
- GitHub: github.com/ndonkoHenri
- Medium: ndonkohenri.medium.com
- LinkedIn: www.linkedin.com/in/ndonkohenri
- Discord Username: the_ethical_boy
If you enjoyed the content of this video, please like 👍 it and subscribe to this channel, if you haven't already! 👾
Made by Henri Ndonko aka TheEthicalBoy - Active Flet Contributor and Maintainer
#flet #python #flutter #maps
TIMESTAMPS
00:00 Introduction
00:23 Upgrading to Flet v0.25
01:34 Breaking changes in the Map control and Migration
03:26 Launching a simple app and features-presentation
04:59 Programmatic Rotation with Animations
08:22 Programmatic Precise Point Navigation
10:16 Programmatic Zooming
12:08 Programmatic Centering on a point
12:50 Recapitulation and Conclusion
Useful links from video:
- Code: github.com/ndonkoHenri/ethical-youtube-tutorials
- Announcement article on Flet v0.25: python.plainenglish.io/whats-new-in-flet-v0-25-0-8bcb88ad561c
- Map documentation: flet.dev/docs/controls/map
- Pull request with bug fix: github.com/flet-dev/flet/pull/4519
More about Flet:
- Website: flet.dev
- GitHub: github.com/flet-dev/flet
- Discord Server: discord.gg/bCFXYgZR3b
Checkout my social profiles:
- LinkTree: linktr.ee/ndonkohenri
- GitHub: github.com/ndonkoHenri
- Medium: ndonkohenri.medium.com
- LinkedIn: www.linkedin.com/in/ndonkohenri
- Discord Username: the_ethical_boy
If you enjoyed the content of this video, please like 👍 it and subscribe to this channel, if you haven't already! 👾
Made by Henri Ndonko aka TheEthicalBoy - Active Flet Contributor and Maintainer
#flet #python #flutter #maps
มุมมอง: 692
วีดีโอ
Play & Stream Videos in Python using Flet
มุมมอง 9002 หลายเดือนก่อน
In this video, we'll explore how to play and stream videos in Python using the awesome Flet framework. With its' Video control which we'll be exploring in-depth, you can play both local and network videos irrespective of their extensions. Additionally, you can add custom subtitles, stream IPTV channels and much more. In future Flet versions, we will work on new features to further enhance this ...
Package a Flet App from a Custom Build Template | Python
มุมมอง 9423 หลายเดือนก่อน
When packaging a Flet app for any platform, Flet makes use of "build template" which is simply a Flutter bootstrap project made with Cookiecutter. For one reason or the other, you might want to customize this template so that it suits your needs. After doing that, you need to let Flet know that it should use your custom template (instead of the default one ) when packaging. That's what I wil...
Run & Package Flet Python apps on Google's Project IDX
มุมมอง 1.5K4 หลายเดือนก่อน
Learn in very simple steps how to run and package a Flet Python application on Project IDX, a web AI-assisted IDE made by Google. TIMESTAMPS 00:00 Brief Introduction 00:35 Creating a Project from a Repository 02:20 Understanding the Nix configuration file 05:55 Flet app Packaging 08:44 Chatting with Gemini (Bard) 09:38 Conclusion and Outro Useful links from video: - Project IDX: idx.dev - flet-...
Set Screen Background Image and Gradient in a Flet Python App
มุมมอง 1.1K4 หลายเดือนก่อน
Learn how to easily set a screen background/foreground image and gradient in just a few quick steps. TIMESTAMPS 00:00 Brief Introduction 00:18 Creating a simple Flet project 01:28 Background Decoration 03:57 Foreground Decoration 05:23 Recapitulation 06:50 Conclusion and Outro Useful links from video: - Flet v0.24.0 release announcement: ndonkohenri.medium.com/whats-new-in-flet-v0-24-0-83f75824...
Package Flet Python Apps for ALL Platforms using GitHub Actions | Desktop, Mobile & Web
มุมมอง 1.6K5 หลายเดือนก่อน
In this video, I share with you how to package a Flet Python application (single codebase) for ALL Platforms (Desktop, Mobile & Web) using GitHub Actions. Join OnDemand: app.on-demand.io/auth/signup?refCode=HenriNdonko TIMESTAMPS 00:00 Brief Introduction 00:15 What is a GitHub Action? 00:41 Getting Started 02:06 Understanding the Workflow File-Structure 04:18 Creating a new Workflow File 06:30 ...
Disable/Enable Browser Context Menu in a Flet Web App | Python
มุมมอง 5595 หลายเดือนก่อน
Learn how to enable or disable the browser context menu in a Python Flet web app with this step-by-step tutorial. Perfect for developers looking to enhance user interaction within their web applications. TIMESTAMPS 00:00 Intro 00:29 Understanding the basic Flet application structure (for beginners) 01:27 Running a web app in hot-reload mode 02:37 Creating a Switch to toggle the visibility of th...
Display Interactive Maps in Python using Flet | Part 1
มุมมอง 5K5 หลายเดือนก่อน
Discover how to create stunning interactive maps in Python using the Flet GUI framework! In this tutorial, I'll introduce you to one of the newly added Flet control: the Map control. With the knowledge from this video, you will be able to build a cross-platform app, with a single codebase, containing Interactive Maps from any Tile provider of your choice. TIMESTAMPS 00:00 Introduction to the Ma...
Deploy Python Web Apps for FREE on GitHub Pages using GitHub Actions | Flet
มุมมอง 8K8 หลายเดือนก่อน
In this video, you will learn in very few steps how to deploy any Flet application (written in Python) for free on GitHub Pages with the help of GitHub Actions. Recommendation: Before or after you watch this video, make sure to watch one of my previous videos in which I showed how to create the files made use of in this video. ⬆️ Link: th-cam.com/video/CLzKZlv1IAA/w-d-xo.html Useful links from ...
Deploy Python Web Apps for FREE on Cloudflare Pages | Flet
มุมมอง 6K9 หลายเดือนก่อน
In this video, you will learn in very few steps how to deploy any Flet application (written in Python) for free on Cloudflare Pages. Recommendation: Before or after you watch this video, make sure to watch one of my previous videos in which I showed how to create the files made use of in this video. ⬆️ Link: th-cam.com/video/CLzKZlv1IAA/w-d-xo.html More about Flet: - Website: flet.dev - GitHub:...
Python Code to Static Web App with Flet | Henri Ndonko
มุมมอง 2.9K9 หลายเดือนก่อน
In this video, you will learn step-by-step how to convert your Flet application written in Python to a static web application ready for deployment/hosting on any web hosting platform out there - popular examples are Cloudflare pages, GitHub pages, Replit, Vercel, etc. The deployment/hosting of your web app for FREE is covered in my below videos: - Cloudflare Pages: th-cam.com/video/cr2bhBfgdbg/...
Python Code to Android APK with Flet | Test APK in Virtual Emulator
มุมมอง 36K9 หลายเดือนก่อน
In this video, you will learn step-by-step how to convert your Flet application written in Python to an Android APK file, and also how to test the resulting app directly on a Virtual Device (Android Mobile Emulator). Watch-next (personal recommendation): - th-cam.com/video/WSt7YvpwWME/w-d-xo.html - th-cam.com/video/CLzKZlv1IAA/w-d-xo.html More about Flet: - Website: flet.dev - GitHub: github.co...
Flet Troubleshooting: Fix TextField Content Going Invisible When Resized
มุมมอง 44610 หลายเดือนก่อน
In this video I will explain to you step-by-step how to fix a very common issue with Flet's TextField control: modifying the height of the TextField causes its content to somehow go invisible. More about Flet: - Website: flet.dev - GitHub: github.com/flet-dev/flet - Discord Server: discord.gg/bCFXYgZR3b Checkout my social profiles: - LinkTree: linktr.ee/ndonkohenri - GitHub: github.com/ndonkoHe...
Test Flet Python Apps on Android Mobile Emulator
มุมมอง 4.4K10 หลายเดือนก่อน
In this video, I am going to explain in details how you can test your Flet applications on an Android Mobile Emulator - all for FREE. Watch-next (personal recommendation): - th-cam.com/video/IcT_QrLWi10/w-d-xo.html - th-cam.com/video/CLzKZlv1IAA/w-d-xo.html More about Flet: - Website: flet.dev - GitHub: github.com/flet-dev/flet - Discord Server: discord.gg/bCFXYgZR3b Checkout my social profiles...
Building the CupertinoNavigationBar Flet Control | Flet Contribution
มุมมอง 87011 หลายเดือนก่อน
Building the CupertinoNavigationBar Flet Control | Flet Contribution
💯💯💯
how to use "request_permission(PermissionType.NOTIFICATION)" for allow NOTIFICATION?
Can it build apk and run on Android ?
Yep. I made videos on it: th-cam.com/video/IcT_QrLWi10/w-d-xo.html
same flet build web is keep failing with Error: Process completed with exit code 127.
Can you share a link to your GitHub repo?
Yo bro can you make a video on creating an app bundle with flet which you can upload to the google play store?
I face an issue after running the .yaml file from your repository. when i click on workflow file, it's going to failed and have an error in pont of "Build Flet Web App"
Open an issue on the repo so we can discuss.
@@ndonkoHenri how
Guys post more videos about app❤❤😂😂😂😂😂😂😂😂❤❤❤❤❤❤😂😂😂
Please tell me why, when testing the app on android, the *.png resources from the assets folder are not displayed???
Please report it here: github.com/flet-dev/flet/issues
you are the best 🥰🥰
🎉
Hi bro i have created a flet app but now icons showing corrupted I have cleared cache but it's not working someone pls hlp me
Open a discussion here and share details: github.com/flet-dev/flet/discussions
Bro it was showing no android sdk found while building a apk can you please check it and make a update 🥲
Open a discussion/issue on my repo: github.com/ndonkoHenri/flet-on-google-idx And share all the details so I can help.
Greate job. keep it up
Could you help in integrating firebase with my flet app for Android?
Excellent Content! Keep it up,… flet is the present and future of Cross-platform development in python. Great job guys
thanks for this tutorial. keep it up.
how can i customize my app icon?
Read this: flet.dev/docs/publish#icons
How to deploy dynamic web app
It easy to packaging or deploy Flet with simple app with only 1 or 5 file in folder, we will encounter process forever with big app, do you think?
I have this error : Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project.
Please open a discussion on the Flet GitHub repository, so we can discuss on it.
great video.. can u make a video on packaging apps with external libs like aiohttp or requests etc etc..
what app did you use for coding?
Pycharm by JetBrains
I have windows and have this error.... py", line 87, in clone raise VCSNotInstalled(msg) cookiecutter.exceptions.VCSNotInstalled: 'git' is not installed.
You need to install git: git-scm.com/book/en/v2/Getting-Started-Installing-Git
this action will help me for build andriod app with on-python libs like firebase-admin?
No. This video is for those willing to contribute to Flet.
Waiting for Camera control❤
Subscribe to this issue: github.com/flet-dev/flet/issues/1281
Create Can i adjust subtitle scale and position (up down and center )?
Concerning the position, not at the moment. For the scale, there is no direct property for that, but I guess you can adjust the size of the subtitles as I showed in the video?
Bro could you please upload a video how to implement a push notification in flet 🙃
We will work on that in future releases. Subscribe to this issue for updates: github.com/flet-dev/flet/issues/516
🎉
Bro i want do this method with vscode , can i this?
What do you mean exactly?
I am building an AI app with flet, and is amazing!
Great!
How to configure push notification through flet app
Watch this issue, where we will post future updates: github.com/flet-dev/flet/issues/516