- 1
- 73 347
Bits Dojo
Приєднався 27 лис 2020
Coding tutorials for coding challenges I struggle with and can't find the solution anywhere else.
Thanks for watching!
Bit
Thanks for watching!
Bit
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
Packages used: pub.dev/packages/bitsdojo_window
You can also find me on Twitter:
callmebit
Переглядів: 73 362
thanks, this works!
how do i apply my custom icons in WIndowButtons?
hey hope you doing good, I'm facing issue on mazimize window icon of it does not change
Man, this thing is a hidden gem
I've been looking on how to do this for hours, thanks ❤ nice video btw
This doesn't work I think. It says failed to lookup symbol 'bitsdojo_window_api' error code 127
Thanks a lot for this awesome video!
i do not now why you stop making videos
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
Hi there! How to implement hide on startup for Linux?
that was so freaking helpful. Thank a lot!♥♥♥
You are GREAT
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?
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?
Hi..how can we create desktop shortcut once app is installed
tenkssss
Thanks for the video is really useful👍👍
Background music name please?
nice one
drive.google.com/file/d/1Ni4_8jI6js1n5947Wra7gDvq4VeB6F5v/view?usp=share_link is there a way to hide this maximize option?
I want to give you a hug for this one! Thank you! <3
How to keep the app in center of the screen. appWindow.alignment = Alignment.center; appWindow.show(); is not working for me 😢
Great
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?
same here
Apart from this being a valuable dev tutorial, your style for creating and presenting these tutorials is perfect. Great work, thank you. ✌🏼❤️
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h> auto bdw = bitsdojo_window_configure(BDW_CUSTOM_FRAME | BDW_HIDE_ON_STARTUP);
thank you very much. Now i can run my project
Is there a way to make window transparent and semi transparent ? (Which should work on Windows and Linux)
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
man have no words to describe ur work .... Thank You
Thanks so much for this piece
You are a Lifesaver Man! Thankyou so much! :)
Man! You have a solution for everything a typical Windows Developer want to have with Flutter! I loved that!
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
Hi James, that's a great idea for a future video
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.
太棒了这个插件,我找了好久才找到💗💗
Can we add a window border radius?
Soon
damn dude ure awesome🔥🔥🔥🔥🔥🔥
Thank you for the kind words. Really appreciate it.
OMG, this package is AWESOME - AMAZING - WONDERFUL
Thank you so much. Really appreciate it.
Great.Really helpfull.
Nice tutorial! Help me a lot. I have a question: Do you use after effect to make the 3d video effect in 00:56?
Glad it helped! Yes, I am using After Effects
@@bitsdojo Thanks for reply. One more question. Any plugin to achieve the 3D effect easier?
You save my life bro, thank you please do more flutter desktop app development tutorial again
Waiting for more videos on Desktop App..Pl. don't stop making videos
Thank you for your comment. I'll be back.
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?
Thank you very much again!
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);
Thank you!
You deserve at least 3 more zeros on your YT subscriber count
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
you have to rebuild the app completly (re-run `flutter run`)
Muchas gracias. Excelente Widget y tutorial. Suscrito. Saludos desde Honduras.
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?
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)
thanks for your work and video! Very easily with code at left and result at right, i like it !