Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build flutter app for desktops

Tags:

flutter

dart

I saw a few peoples managed to build flutter apps for other OS than the usual Android/IOS

My question here is simple : How ? What is the current process to build a flutter app for mac/windows ? There's no need for it to be production ready. Something experimental is enough

like image 612
Rémi Rousselet Avatar asked Jan 08 '18 18:01

Rémi Rousselet


People also ask

How do I run the flutter app on Windows desktop?

Running a Flutter app on desktop You can run a Flutter app either using your IDE or from the command line. From your IDE, select the desktop platform that you want to run the app on, and launch it.

Is flutter desktop stable?

Flutter Windows Desktop is now considered stable : r/QtFramework.

Can you build full app with flutter?

Flutter is a cross-platform solution, which means that you can build apps with a single codebase that runs on multiple platforms. Additionally, flutter framework serves as the primary platform for Fuchsia, a new Google operating system expected to replace Android eventually.


1 Answers

For those wondering how to : https://github.com/google/flutter-desktop-embedding

There's an example using openGL to render a flutter app

like image 101
Rémi Rousselet Avatar answered Sep 29 '22 13:09

Rémi Rousselet