Henri Ndonko - TheEthicalBoy
Henri Ndonko - TheEthicalBoy
  • 18
  • 73 638
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
มุมมอง: 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
Dev Setup | Flet Contribution
มุมมอง 1.2Kปีที่แล้ว
Dev Setup | Flet Contribution

ความคิดเห็น

  • @gece-v6m
    @gece-v6m 10 ชั่วโมงที่ผ่านมา

    💯💯💯

  • @dsademonslayeramv5763
    @dsademonslayeramv5763 5 วันที่ผ่านมา

    how to use "request_permission(PermissionType.NOTIFICATION)" for allow NOTIFICATION?

  • @pancakez7022
    @pancakez7022 9 วันที่ผ่านมา

    Can it build apk and run on Android ?

    • @ndonkoHenri
      @ndonkoHenri 9 วันที่ผ่านมา

      Yep. I made videos on it: th-cam.com/video/IcT_QrLWi10/w-d-xo.html

  • @meetdudhat609
    @meetdudhat609 19 วันที่ผ่านมา

    same flet build web is keep failing with Error: Process completed with exit code 127.

    • @ndonkoHenri
      @ndonkoHenri 17 วันที่ผ่านมา

      Can you share a link to your GitHub repo?

  • @bridgeon7502
    @bridgeon7502 20 วันที่ผ่านมา

    Yo bro can you make a video on creating an app bundle with flet which you can upload to the google play store?

  • @MeunAhsna
    @MeunAhsna 22 วันที่ผ่านมา

    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"

    • @ndonkoHenri
      @ndonkoHenri 22 วันที่ผ่านมา

      Open an issue on the repo so we can discuss.

    • @MeunAhsna
      @MeunAhsna 18 วันที่ผ่านมา

      @@ndonkoHenri how

  • @S-Lomar
    @S-Lomar 29 วันที่ผ่านมา

    Guys post more videos about app❤❤😂😂😂😂😂😂😂😂❤❤❤❤❤❤😂😂😂

  • @Disco_Dancer_24
    @Disco_Dancer_24 หลายเดือนก่อน

    Please tell me why, when testing the app on android, the *.png resources from the assets folder are not displayed???

    • @ndonkoHenri
      @ndonkoHenri หลายเดือนก่อน

      Please report it here: github.com/flet-dev/flet/issues

  • @ericmichel2963
    @ericmichel2963 หลายเดือนก่อน

    you are the best 🥰🥰

  • @qudratillosalakhiddinov
    @qudratillosalakhiddinov หลายเดือนก่อน

    🎉

  • @baladj5773
    @baladj5773 หลายเดือนก่อน

    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

    • @ndonkoHenri
      @ndonkoHenri หลายเดือนก่อน

      Open a discussion here and share details: github.com/flet-dev/flet/discussions

  • @nothing8439
    @nothing8439 หลายเดือนก่อน

    Bro it was showing no android sdk found while building a apk can you please check it and make a update 🥲

    • @ndonkoHenri
      @ndonkoHenri หลายเดือนก่อน

      Open a discussion/issue on my repo: github.com/ndonkoHenri/flet-on-google-idx And share all the details so I can help.

  • @nickwaguesekou1781
    @nickwaguesekou1781 หลายเดือนก่อน

    Greate job. keep it up

  • @MuhammadUsman-u8n4u
    @MuhammadUsman-u8n4u หลายเดือนก่อน

    Could you help in integrating firebase with my flet app for Android?

  • @benitmulindwa8009
    @benitmulindwa8009 หลายเดือนก่อน

    Excellent Content! Keep it up,… flet is the present and future of Cross-platform development in python. Great job guys

  • @noko145817
    @noko145817 หลายเดือนก่อน

    thanks for this tutorial. keep it up.

  • @jeanlucbizimana5818
    @jeanlucbizimana5818 หลายเดือนก่อน

    how can i customize my app icon?

    • @ndonkoHenri
      @ndonkoHenri หลายเดือนก่อน

      Read this: flet.dev/docs/publish#icons

  • @nashmicenter
    @nashmicenter หลายเดือนก่อน

    How to deploy dynamic web app

  • @codemedio6418
    @codemedio6418 หลายเดือนก่อน

    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?

  • @codemedio6418
    @codemedio6418 หลายเดือนก่อน

    I have this error : Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project.

    • @ndonkoHenri
      @ndonkoHenri หลายเดือนก่อน

      Please open a discussion on the Flet GitHub repository, so we can discuss on it.

  • @raceup
    @raceup หลายเดือนก่อน

    great video.. can u make a video on packaging apps with external libs like aiohttp or requests etc etc..

  • @twobat5177
    @twobat5177 หลายเดือนก่อน

    what app did you use for coding?

    • @ndonkoHenri
      @ndonkoHenri หลายเดือนก่อน

      Pycharm by JetBrains

  • @zandorpetrov8901
    @zandorpetrov8901 หลายเดือนก่อน

    I have windows and have this error.... py", line 87, in clone raise VCSNotInstalled(msg) cookiecutter.exceptions.VCSNotInstalled: 'git' is not installed.

    • @ndonkoHenri
      @ndonkoHenri หลายเดือนก่อน

      You need to install git: git-scm.com/book/en/v2/Getting-Started-Installing-Git

  • @dsademonslayeramv5763
    @dsademonslayeramv5763 2 หลายเดือนก่อน

    this action will help me for build andriod app with on-python libs like firebase-admin?

    • @ndonkoHenri
      @ndonkoHenri 2 หลายเดือนก่อน

      No. This video is for those willing to contribute to Flet.

  • @fasilwandoor532
    @fasilwandoor532 2 หลายเดือนก่อน

    Waiting for Camera control❤

    • @ndonkoHenri
      @ndonkoHenri 2 หลายเดือนก่อน

      Subscribe to this issue: github.com/flet-dev/flet/issues/1281

  • @ayshnaam
    @ayshnaam 2 หลายเดือนก่อน

    Create Can i adjust subtitle scale and position (up down and center )?

    • @ndonkoHenri
      @ndonkoHenri 2 หลายเดือนก่อน

      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?

  • @nothing8439
    @nothing8439 2 หลายเดือนก่อน

    Bro could you please upload a video how to implement a push notification in flet 🙃

    • @ndonkoHenri
      @ndonkoHenri 2 หลายเดือนก่อน

      We will work on that in future releases. Subscribe to this issue for updates: github.com/flet-dev/flet/issues/516

  • @harfho
    @harfho 2 หลายเดือนก่อน

    🎉

  • @jolsenekols
    @jolsenekols 2 หลายเดือนก่อน

    Bro i want do this method with vscode , can i this?

    • @ndonkoHenri
      @ndonkoHenri 2 หลายเดือนก่อน

      What do you mean exactly?

  • @etherhealingvibes
    @etherhealingvibes 2 หลายเดือนก่อน

    I am building an AI app with flet, and is amazing!

    • @ndonkoHenri
      @ndonkoHenri 2 หลายเดือนก่อน

      Great!

  • @seshusai8208
    @seshusai8208 2 หลายเดือนก่อน

    How to configure push notification through flet app

    • @ndonkoHenri
      @ndonkoHenri 2 หลายเดือนก่อน

      Watch this issue, where we will post future updates: github.com/flet-dev/flet/issues/516