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
-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…
-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.
-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…