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.
Questions tagged [flutter-desktop]
352 questions
-1
votes
1 answer
How to make only one checkbox to be checked at time in Flutter without using package
I am having 2 rounded checkboxes. How can i make only one checkbox to be check at time without using package. I will be appreciate if you could help me.
CODE :-
Checkbox(
value: prepaidCheckBoxValue,
shape: const CircleBorder(),
…

Dren
- 21
- 9
-1
votes
5 answers
Flutter plugin for a file picker that works on mobile and desktop that doesn't require go-flutter?
This seems like an issue that won't last for long, but I'm looking for a final solution for opening up a native file picker on all platforms including Desktop without installing go-flutter.
Currently I'm using file_selector plugin by Flutter.dev and…

Art C
- 842
- 2
- 10
- 21
-1
votes
1 answer
How to link dynamic lib into flutter-desktop in Linux
I am trying to link a third-party dynamic lib in .so file to my flutter-desktop app in Linux, what shall I do. Could some help please. Thanks in advance.

Richard
- 1
-1
votes
1 answer
Flutter app returns "The getter 'length' was called on null"
I was writing my code this week and I got an error. I can't solve the problem because I am new at this language.
Error:
The following NoSuchMethodError was thrown while handling a gesture: The getter 'length' was called
on null. Receiver: null…

Theo2017BR
- 11
- 2
-2
votes
1 answer
error: The argument type 'String' can't be assigned to the parameter type 'List
file=File(platformFile!.path.toString());this line is showing me 2 erros, saying 2 positional argument expected, found 1 in my flutter window app
[enter image description here](https://i.stack.imgur.com/aACww.png)
I tried stackoverflow there i…

anam zaki
- 1
- 2
-2
votes
1 answer
How to attached assets images (jpg/png) in Flutter pdf: ^3.6.0 package
Hello i'm working with flutter desktop project. How can i attached assets images with the format of jpg/png in Flutter pdf pages.
static Future generate(Invoice invoice) async {
final pdf = Document();
pdf.addPage(MultiPage(
…

Dren
- 21
- 9
-3
votes
1 answer
Flutter desktop questions
Please, if I setup flutter desktop on my Mac, can I develop a desktop application for windows?… (using mac for developing a windows desktop app)
Thank you .
I tried developing flutter desktop app with my Mac for macos .

Abdenour AB
- 13
- 2