Questions tagged [flutter-desktop]

Dedicated to questions about Flutter desktop implementation. Use (flutter) instead for questions about flutter in general, or (flutter-web) if question are about issues using flutter to design web applications.

352 questions
5
votes
2 answers

Flutter Desktop - System tray implementation

I am new to flutter i am struggling to create a system tray implementation. What i need is: Create a tray icon for my application. Be able to hide and show the application window through the tray icon right click menu. Be able to add options to…
5
votes
3 answers

Flutter Desktop: how to hide a window (and keep the process alive)?

Is it possible to programmatically hide or close a window (not minimize), but still keep the process alive? This is similar to the hide()/show() methods in Qt and this is the standard approach in order to minimize the app to the tray.
proninyaroslav
  • 720
  • 2
  • 7
  • 19
5
votes
1 answer

dart / flutter run process with sudo

I would like to develop a flutter app for mac desktop and access the macs powermetrics with sudo powermetrics is there a way to ask the user for sudo privileges for this command on first run?
m1416
  • 1,049
  • 12
  • 22
5
votes
1 answer

Flutter MacOS MethodChannel Communication to AppDelegate

How do you access the FlutterBinaryMessenger in the AppDelegate on the Swift side of a MacOS Flutter application? In all the examples I have found, the AppDelegate is just a placeholder. You need to get the FlutterBinaryMessenger to instantiate a…
Boggle
  • 97
  • 1
  • 6
5
votes
6 answers

Is there a solution to work with sqlite on Flutter Desktop for Windows?

I am searching for a plugin or any solution that make SQLite work on flutter desktop windows app, i tried sqflite plugin and it work well with macOS desktop app but it doesn't support windows.
Nadim Gouia
  • 141
  • 1
  • 2
  • 7
5
votes
0 answers

Does flutter uses skia rendering engine for web as well as desktop-applications?

Does flutter uses skia rendering engine for web as well as desktop-applications? ( as used in flutter for mobile)
Amit Chauhan
  • 111
  • 3
  • 6
5
votes
2 answers

Is it possible to use any kind of database in Flutter Desktop

After 2 weeks of UI code for my desktop app I just found out that firebase doesn't support flutter desktop, Sqflite doesn't work too. So I how can I access any kind of database for flutter desktop? I've already tried Sqflite and Firebase, and Rest…
Hooshyar
  • 1,181
  • 4
  • 12
  • 28
4
votes
2 answers

How to Capture multiple screen screenshot in flutter desktop?

I am looking for a way or package that can help me to capture multiple screen. I have been through some packages that supports single fullscreen screenshot but I want to capture all the screens connected.
MANISH DAYMA
  • 1,126
  • 3
  • 18
4
votes
2 answers

Flutter desktop opens a new window

When clicking a button I want to open a separate new flutter window on my desktop flutter application. How can I do that? It must work separately. My OS: Windows 10
4
votes
0 answers

Flutter desktop - drop out files

I use this plugin to drag files from desktop to my flutter app: https://pub.dev/packages/desktop_drop There is any plugin to do the opposite? So drop out from my flutter app to desktop. Thanks.
Supertommino
  • 562
  • 3
  • 13
4
votes
1 answer

Is it possible to develop flutter windows desktop with fcm push notification?

I was thinking to developing a windows desktop application with dart and flutter but i don't know how can i integrate Firebase cloud messaging with it. Any suggestions will be appreciated. Thanks in advance
4
votes
1 answer

Calling C# code from Windows Flutter desktop app

I am trying to call a function from a c# dll in a flutter desktop app, In the C# dll I have, using System; using System.Runtime.InteropServices; namespace MathLibrary { // NOTE: I have set set [assembly: ComVisible(true)] in AssemblyInfo.cs …
4
votes
2 answers

Build option for windows is not showing in android studio

I am in the latest stable release for flutter desktop and have installed Visual Studio 2022 but still the option for "Windows" is not showing. Do i still need to run the below command in stable release? flutter config --enable--desktop
Deepak Lohmod
  • 2,072
  • 2
  • 8
  • 18
4
votes
1 answer

How to add splash screen in flutter desktop

I want to show a splash screen like this
Adarsh Singh
  • 93
  • 2
  • 11
4
votes
1 answer

How to enable On-Screen-Keyboard for Flutter linux desktop

I have developed a Desktop App for Linux with Flutter. My Flutter Version is: Channel dev, 2.6.0-0.0.pre, on Ubuntu 21.04 5.11.0-1015-raspi with VS Code Version 1.56.2. Flutter doctor did not find an issue. Since i want to use this app via…
han_tuch
  • 119
  • 1
  • 9