Flutter and Desktop | Create desktop applications in Flutter | MacOS @aseemwangoo #flutter #dart

preview_player
Показать описание
This video shows how to create desktop applications using Flutter.

* Flutter and Desktop | Create desktop applications *
Flutter has bridged the gap between Android and iOS development, but now Flutter is expanding to the web, desktop, and more, growing closer to the “write once, run anywhere” dream. At the end of this article, you should be able to run a sample app on desktop….

We will structure this article into :

Enable Desktop Support
Fetch platform files
Configure Flutter project with Desktop

Enable Desktop Support: Switch to the master channel: Enable the Desktop Feature for your platform as
flutter config --enable-linux-desktop for Linux.
flutter config --enable-macos-desktop for macOS.
flutter config --enable-windows-desktop to enable Windows.

Note: Confirm again by running: flutter config

In case, this helped, pass me a coffee!! 😊😊

#flutter #desktop #flatteredwithflutter
Рекомендации по теме
Комментарии
Автор

Hey bro i wanted to know if there is a way to access the output of python command or... Get access to lab streaming layer or open sound control protocol in Flutter desktop and mobile

Moonwalkerrabhi
Автор

@aseem wangoo I would like to express my big thanks to you for showing the Desktop Version of it .. 1 ) Could you explain how we can can change the default window size for desktop App than the current default one which appears on running the app. Suppose if the width is by default 600, what I have to do to change it to 800 ? if you use mobile for mob app, width is aligned with mobile screen. Here my issue is if i want to make the width of the Desktop app to half width of my desktop, what should I do? 2) The window title name is not getting changed. It sticks back to the name "Flutter Desktop Example" . Where can we change it? Even if you add this in new project by copying Linux folders it shows same . 3) Will it work properly with firebase? If it doest work with Firebase I doubt the usage of it 4) Can we use this for production? Is it in the experimental stage ?

rejoymani
Автор

Hi thanks, does this work on Windows dekstop?

aytunch