How to create desktop apps with Flutter

preview_player
Показать описание
We look into how to run Flutter on Linux and Windows. What is the current status, and what can you achieve if you want to try it out?

Join the Google Cloud-led certificate program on Coursera and dive into security principles in cloud computing. Master cloud risk management and attack mitigation techniques. Equip yourself with cutting-edge cybersecurity skills.

Enhance your career in Cybersecurity with AI. Build in-demand generative AI skills and gain credentials for your cybersecurity career in 3 months or less. No degree or prior experience required.

Get on the fast track to a career in cybersecurity. In this certificate program, you'll learn in-demand skills, and get AI training from Google experts. Learn at your own pace, no degree or experience required.

NordPass - 50% off the Premium plan

Unlock unlimited opportunities with 50% off your first month of Coursera Plus

Get Proficient knowledge in Azure services and infrastructures, managing cloud resources, cloud security with our Cloud Support Associate Certificate !

Gain a comprehensive understanding and practical skills in UX Design. Learn to use industry-standard tools like Figma, Sketch, and Microsoft PowerPoint with hands-on experience. Leverage advanced GenAI tools such as Azure OpenAI and Microsoft Designer to optimize UX/UI tasks.

Join the channel to get access to more perks:

Or visit my blog at:

Outro music: Sanaas Scylla

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

I didn't know much of Flutter but was able to understand it, Now I can say I know a little bit Flutter.

njnareshjoshi
Автор

Please, please do a followup with an example Flutter desktop app. It's been over three months since this video, they must have improved the desktop runner. Also thanks for making this video.

romanjm
Автор

Any plans on how to call 32-bit or 64-bit dlls from a desktop flutter application?

I understand the ffi package is needed, but what if the DLL returns structures, or pointer/handles, I'm not sure how Flutter/Dart interfaces to that. For example the following doesn't work:

// One type for dart and one for ffi (bridge):
typedef ChangeBackgroundFFI = ffi.Void Function(ffi.Pointer<Utf8>);
typedef ChangeBackground = void Function(ffi.Pointer<Utf8>);

import dll file from outside, bridge to the dart function via ffi function, and use local function directly:
static final _dylib =
static final ChangeBackground changeBackground =

bennguyen
Автор

sir can u make video on how to use media query flutter

topthingwhichyoushouldkn
Автор

Can please help me on build a setup folder for flutter desktop application on windows that can support all other windows too.? I need guidance for releasing or distribution of flutter desktop application on windows specifically. I won't able to understand the information about the distribution provided in below link.
Please respond asap, it's really urgent.
Thank You

mehulsanghvi
Автор

can please you explain me how to create windows device(emulator) and how to add in android studio..

vigneshs
Автор

which one is good for production desktop app flutter-desktop-embedding or go-flutter desktop ?? I know both still under developing but i still want to know which one i use for now.

magicianam
Автор

Bru without database, flutter desktop it's a shame! Do flutter web videos 😃

gilbertoduran