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
0 answers

How to call a MFC Regular DLL in Dart or Flutter?

How could I call a MFC Regular DLL in Dart/Flutter? I successfully called a pure (No MFC) C++ DLL. But when I pasted the same code into a new-created MFC regular DLL project, DART RUN gave me: Invalid argument(s): Failed to lookup symbol…
Liwy
  • 511
  • 1
  • 4
  • 5
0
votes
4 answers

Printing with thermal printers via usb - Flutter

I am developing a Flutter app, and I’ve been trying to print via usb in a thermal printer. I have found a lot of libraries/package for bluetooth thermal printers, but I need my program ALSO works via USB. I only have found one package that allows me…
0
votes
1 answer

In a Flutter application for Windows, when minimizing the window, some containers overflow. How can I solve this problem?

I am not able to figure out how to minimize this container according to the shape of the window.. In full screen it looks good.full screen body: Row( children: [ Container( decoration: BoxDecoration( …
0
votes
2 answers

Flutter error: No CMAKE_CXX_COMPILER could be found

I am new to Flutter. When I want to run my Flutter application on Windows, I get this error: Launching lib\main.dart on Windows in debug mode... CMake Error at CMakeLists.txt:2 (project): No CMAKE_CXX_COMPILER could be found. Building Windows…
Mohamed Amen
  • 53
  • 1
  • 9
0
votes
3 answers

which Local relational Data Base for Flutter windows app after 2.10 stable version. Should Use?

Hello There I want to know is there any way to implement the local relational database for the windows Flutter app. because the flutter 2.10 is here with windows stable.. one of my app have Floor database used for relational database for IOS and…
0
votes
1 answer

Flutter Windows: how can we add Header and footer in same code while we have code for mobile?

I have flutter 2.10 SDK but there is no documentation on native web Replacements. please anyone throw light on this issue.
0
votes
0 answers

FLUTTER WINDOWS -- How to import 3rd party Library to flutter

I want to make a windows application with flutter. But my app dependence with 3rd sdk Please help me how to add *.lib to my project
IT DEV
  • 11
  • 2
0
votes
1 answer

Flutter RenderFlex overflow crash

Is there a way to prevent RenderFlex overflow, if the canvas becomes too small? This does not only apply to web but all devices. Say a user resizes a browser window to 0 height, the "app" will crash. Edit: Looking for a global solution, something…
Mythar
  • 479
  • 1
  • 5
  • 10
0
votes
2 answers

Change the Cursor explictly without MouseRegion in Flutter

Is it possible to change the appearance of the cursor in a windows and web app without doing so with a MouseRegion? I currently have a custom widget which uses a CustomPainter to paint multiple shapes on the canvas and with a MouseRegion I'm…
Fabrizio
  • 1,138
  • 4
  • 18
  • 41
0
votes
1 answer

is there possible to define different version for different device in flutter application?

Hey everyone is there possible to define multi version for flutter application for different devices, for example build an application with version of 1.1.1 for android devices and version of 1.3.1 for desktop applications?
0
votes
1 answer

ESC/POS printer with flutter desktop application?

Folks we are developing Flutter windows desktop application it is the Point of sale application in this main feature is printing we can find lots of resources on ESC/pos topic in the android flutter application or even through method channel we can…
M.Yogeshwaran
  • 1,419
  • 4
  • 22
  • 48
0
votes
1 answer

Flutter How i can call TextFormField onTap or onChanged like onFieldSubmitted when change textfield by click on Windows

I have an issue https://github.com/flutter/flutter/issues/86712 but not helpful for me and i can not working well with it. So i hope that can handle onChanged event it same with onFieldSubmitted that when i click to another TextFormField text or…
0
votes
1 answer

FlutterViewController setInitialRoute for windows

I am trying to Navigate to a specific route from Native flutter Pugin. I was able to do that in swift for iOS: let extVC = FlutterViewController() extVC.setInitialRoute(routerName) window?.rootViewController =…
Ebram
  • 1,042
  • 1
  • 13
  • 26
0
votes
0 answers

400 Error: BadRequest - HTTP request sent to Firebase Local Storage Emulator from Flutter Desktop

I try to upload image to Firebase local storage emulator from flutter desktop software. I'm using file_selector_windows plugin for file selection. void _openImageFile() async { final typeGroup = XTypeGroup( label: 'images', extensions:…
0
votes
1 answer

Flutter windows: build process failed: \Microsoft.CppCommon.targets(241,5): error MSB8066

I have been using flutter windows successfully to run my app. However, recently I downloaded Android Studio and all of a sudden my flutter windows didn't work. It threw out error as following: Launching lib\main.dart on Windows in debug…
Alec
  • 1
  • 1
1 2 3
11
12