Questions tagged [flutter-windows]

Use this tag for questions related to windows-specific Flutter desktop questions, in conjunction with [flutter]. For more general Flutter desktop questions, use [flutter-desktop] and, for general Flutter questions, use only [flutter].

176 questions
0
votes
1 answer

How to receive a text stream in flutter

I have a barcode scanner which automatically outputs the barcode into whichever app you have open in the USB attached windows PC, if it can handle it. For example if I have chrome open, I click the address bar and then scan it outputs to there.…
Fred Johnson
  • 2,539
  • 3
  • 26
  • 52
0
votes
0 answers

How to attached a file when composing a mail with flutter windows package url launcher?

I have tried using mailer to send email but I want to first open the mail app and then ataching a file into it. So I have been using flutter windows package url launcher but I could only seem to add a subject and a body.
0
votes
0 answers

How to share .txt file in by opening the email app and attaching the file to a compose mail in flutter windows?

I want my flutter windows app to send a text file by opening the default mail app in my windows machine and then attaching the file. I have been using URL launcher but I can't seem to find how to attach a file when opening the mail app I could only…
0
votes
2 answers

Error while compiling a Flutter application for Windows

Hello I hope you are well. I have a problem when compiling my Flutter application for the Windows platform. Indeed when I launch my Flutter application by pressing the "Run" button of VScode (or of any IDE compatible with Flutter) I have this error…
Steeven Delucis
  • 293
  • 2
  • 14
0
votes
0 answers

Flutter Windows : textfield does not allow space

I don't know if this is a bug in flutter or not but a week ago i upgraded to flutter 2.0.2 and discovered that TextField does not allow space? flutter doctor -v [√] Flutter (Channel stable, 2.0.2, on Microsoft Windows [Version 10.0.18363.1316],…
aym1781969
  • 545
  • 1
  • 4
  • 16
0
votes
1 answer

Flutter: floating button inside each row of listview

I am learning Flutter. The version I am using is Flutter 1.24.0-10.2.pre • channel dev. I am working on a project that could run on Windows 10 and Android. Therefore I use the dev channel. The project is a notebook, each note has a title, content…
Antony
  • 193
  • 1
  • 1
  • 9
-1
votes
1 answer

Single exe for Flutter Windows

I'm currently building a windows application using flutter technology and after the presentation of the app my client is requesting for a single exe file for deployment. While doing some research I've stumble upon several post on GitHub but it's…
Shobu
  • 11
  • 4
-1
votes
1 answer

Flutter-windows dart.io not working as expected, errno = 32

When trying to delete file's parent folder , obviously it return OS Error: , errno = 32: using the class File("path-to-file") is necessary in my case, it is used to manipulate the file before deletion deleting the parent directory return…
niaina
  • 29
  • 3
-2
votes
1 answer

Flutter windows build failed after "flutter upgrade"

When I create a new project earlier, It told me to upgrade flutter. then I tried upgrading but i couldn't so i used "--force" to forced upgrade flutter. after that i can't debug my flutter apps. not specifically this app also the apps created before…
-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 .
-4
votes
0 answers

Microsoft Windows Store subscriptions

I have a Flutter based application that runs on Windows, Linux, Web, iOS and Android. I'm getting ready to integrate the app store subscriptions and reviewed each of the various platform stores available. The Google Play Store and Apple App Store…
1 2 3
11
12