Bits Dojo
Bits Dojo
  • 1
  • 73 347
Flutter desktop - custom window title bar, minimize, maximize, close buttons on Windows
This video shows how you can hide the standard Windows title bar and display your own using Flutter.
Packages used: pub.dev/packages/bitsdojo_window
You can also find me on Twitter:
callmebit
Переглядів: 73 362

Відео

КОМЕНТАРІ

  • @zaknafeindourden4154
    @zaknafeindourden4154 3 місяці тому

    thanks, this works!

  • @that_person436
    @that_person436 4 місяці тому

    how do i apply my custom icons in WIndowButtons?

  • @HassanMughal-q1f
    @HassanMughal-q1f 5 місяців тому

    hey hope you doing good, I'm facing issue on mazimize window icon of it does not change

  • @that_person436
    @that_person436 5 місяців тому

    Man, this thing is a hidden gem

  • @suyafiku5731
    @suyafiku5731 6 місяців тому

    I've been looking on how to do this for hours, thanks ❤ nice video btw

  • @herymusic
    @herymusic 9 місяців тому

    This doesn't work I think. It says failed to lookup symbol 'bitsdojo_window_api' error code 127

  • @daumienebi
    @daumienebi 10 місяців тому

    Thanks a lot for this awesome video!

  • @ilyeskesri6524
    @ilyeskesri6524 10 місяців тому

    i do not now why you stop making videos

  • @bharatandroidappdevelopmen4532
    @bharatandroidappdevelopmen4532 10 місяців тому

    When I try to add #include <bitsdojo_window_windows/bitsdojo_window_plugin.h> auto bdw = bitsdojo_window_configure(bdw_custom_frame | bdw_hide_on_startup); in windows unner\main.cpp I'm unable to launch app. No errors

  • @yauhenko
    @yauhenko 11 місяців тому

    Hi there! How to implement hide on startup for Linux?

  • @alireza0994
    @alireza0994 Рік тому

    that was so freaking helpful. Thank a lot!♥♥♥

  • @tranlehoanglam6915
    @tranlehoanglam6915 Рік тому

    You are GREAT

  • @hanaessam6990
    @hanaessam6990 Рік тому

    Hi, when i removed the default tutle bar i could not move the window, how can i still be able to move the window anywhere?

  • @tejashpatel3071
    @tejashpatel3071 Рік тому

    Is there any functionality available with flutter desktop like when the user minimizes app, one floating icon will show on the screen and that will be always visibal on top of all the software?

  • @nikeshmadhav4156
    @nikeshmadhav4156 Рік тому

    Hi..how can we create desktop shortcut once app is installed

  • @gamzenurdemir2810
    @gamzenurdemir2810 Рік тому

    tenkssss

  • @mohamednmv7539
    @mohamednmv7539 Рік тому

    Thanks for the video is really useful👍👍

  • @helinity1743
    @helinity1743 Рік тому

    Background music name please?

  • @DeepanL-r8t
    @DeepanL-r8t Рік тому

    nice one

  • @musicTvChannel2024
    @musicTvChannel2024 Рік тому

    drive.google.com/file/d/1Ni4_8jI6js1n5947Wra7gDvq4VeB6F5v/view?usp=share_link is there a way to hide this maximize option?

  • @Veluc1f3r
    @Veluc1f3r Рік тому

    I want to give you a hug for this one! Thank you! <3

  • @prince-sonawane
    @prince-sonawane Рік тому

    How to keep the app in center of the screen. appWindow.alignment = Alignment.center; appWindow.show(); is not working for me 😢

  • @ahmedsaadsalih3668
    @ahmedsaadsalih3668 Рік тому

    Great

  • @ibrahimelwaer3571
    @ibrahimelwaer3571 Рік тому

    I'm facing a problem when I add the two lines in the main.cpp file in order to remove the default title bar, the apllication stops working. Any idea on how I can solve this?

  • @igorskyflyer
    @igorskyflyer Рік тому

    Apart from this being a valuable dev tutorial, your style for creating and presenting these tutorials is perfect. Great work, thank you. ✌🏼❤️

  • @RayenBD
    @RayenBD 2 роки тому

    #include <bitsdojo_window_windows/bitsdojo_window_plugin.h> auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME | BDW_HIDE_ON_STARTUP);

    • @jiliantofendi1708
      @jiliantofendi1708 7 місяців тому

      thank you very much. Now i can run my project

  • @lindokgeorge2135
    @lindokgeorge2135 2 роки тому

    Is there a way to make window transparent and semi transparent ? (Which should work on Windows and Linux)

  • @anthonymrq
    @anthonymrq 2 роки тому

    Hi, I have a problem, when i go to run command "flutter pub get" I see this error: FileSystemException: Cannot create link, path = 'D:\Projects\project_flutter\windows\flutter\ephemeral\.plugin_symlinks\bitsdojo_window_windows' (OS Error: Función incorrecta. , errno = 1) I enabled developer mode in my windows 11 but no worked for me. u.u

  • @mohammedaymen8542
    @mohammedaymen8542 2 роки тому

    man have no words to describe ur work .... Thank You

  • @codeflutterly
    @codeflutterly 2 роки тому

    Thanks so much for this piece

  • @TheMR-777
    @TheMR-777 2 роки тому

    You are a Lifesaver Man! Thankyou so much! :)

    • @TheMR-777
      @TheMR-777 2 роки тому

      Man! You have a solution for everything a typical Windows Developer want to have with Flutter! I loved that!

  • @jameskayihura1675
    @jameskayihura1675 2 роки тому

    Thanks for this video. Its a wonderful job you did for the rest of us. Can you help on network images on windows platform. Ios/android are showing network images. If you dont minding helping us comfigure cors for image in windows platform. Ill be grateful

    • @bitsdojo
      @bitsdojo 2 роки тому

      Hi James, that's a great idea for a future video

  • @PromoHands
    @PromoHands 2 роки тому

    I faced error when added this code in main.cpp #include <bitsdojo_window/bitsdojo_window_plugin.h> auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME); So I changed it to: #include <bitsdojo_window_windows/bitsdojo_window_plugin.h> auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME); and now it works.

  • @asoiafz66
    @asoiafz66 2 роки тому

    太棒了这个插件,我找了好久才找到💗💗

  • @amanullahmenjli
    @amanullahmenjli 2 роки тому

    Can we add a window border radius?

  • @raihanrabbani386
    @raihanrabbani386 2 роки тому

    damn dude ure awesome🔥🔥🔥🔥🔥🔥

    • @bitsdojo
      @bitsdojo 2 роки тому

      Thank you for the kind words. Really appreciate it.

  • @thematthew4246
    @thematthew4246 2 роки тому

    OMG, this package is AWESOME - AMAZING - WONDERFUL

    • @bitsdojo
      @bitsdojo 2 роки тому

      Thank you so much. Really appreciate it.

  • @mudassarmaqbool8924
    @mudassarmaqbool8924 2 роки тому

    Great.Really helpfull.

  • @neofu262
    @neofu262 2 роки тому

    Nice tutorial! Help me a lot. I have a question: Do you use after effect to make the 3d video effect in 00:56?

    • @bitsdojo
      @bitsdojo 2 роки тому

      Glad it helped! Yes, I am using After Effects

    • @neofu262
      @neofu262 2 роки тому

      @@bitsdojo Thanks for reply. One more question. Any plugin to achieve the 3D effect easier?

  • @zarvalight1497
    @zarvalight1497 2 роки тому

    You save my life bro, thank you please do more flutter desktop app development tutorial again

  • @sat_talk
    @sat_talk 2 роки тому

    Waiting for more videos on Desktop App..Pl. don't stop making videos

    • @bitsdojo
      @bitsdojo 2 роки тому

      Thank you for your comment. I'll be back.

  • @aliendelivery
    @aliendelivery 2 роки тому

    Dojo, your video is so helpful! I think tutorial videos for Flutter Desktop/Web app development would be very popular now since Flutter 3 has been released. Do you plan to work on those soon?

  • @valen8560
    @valen8560 2 роки тому

    idk when but the include path seems to be changed #include <bitsdojo_window_windows/bitsdojo_window_plugin.h> auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME);

  • @devvictorruan5543
    @devvictorruan5543 2 роки тому

    Thank you!

  • @jacopoguzzo4097
    @jacopoguzzo4097 2 роки тому

    You deserve at least 3 more zeros on your YT subscriber count

  • @sohmtee
    @sohmtee 2 роки тому

    This is a really great tutorial. I tried implementing it and it was going so well until I encountered an overflow when I tried to add the WindowsTitleBarBox at 3:41. I'm relatively new to Flutter and I don't know how to fix this. Any help will be appreciated. I get this error too: Invalid argument(s): Failed to lookup symbol 'bitsdojo_windows_api': error code 127

    • @whoman0385
      @whoman0385 Рік тому

      you have to rebuild the app completly (re-run `flutter run`)

  • @MiguelLopez_milo
    @MiguelLopez_milo 2 роки тому

    Muchas gracias. Excelente Widget y tutorial. Suscrito. Saludos desde Honduras.

  • @bbd6516
    @bbd6516 2 роки тому

    I have a problem with "WindowTitleBarBox", when I run de app apper this message, (Invalid argument(s): Failed to lookup symbol 'bitsdojo_window_api': error code 127). Could someone help me?

  • @iamzirotoxic5841
    @iamzirotoxic5841 2 роки тому

    Really thanks for tutorial but i have question how to i can add widget to window ( i can but its column and i can't make it center)

  • @zemecano4747
    @zemecano4747 2 роки тому

    thanks for your work and video! Very easily with code at left and result at right, i like it !