Questions tagged [flutter-macos-2.0.0-stable]

11 questions
4
votes
2 answers

Mac OS Flutter build appbundle failed: Invalid keystore format

since a week I am trying to create android app bundle from a flutter app and I've followed from Create an upload keystore given official flutter website in Mac OS I've tried following command in terminal keytool -genkey -v -keystore…
Faiz Fareed
  • 1,498
  • 1
  • 14
  • 31
2
votes
0 answers

Flutter OS X Execute GO Binary in Swift

I want to develop a PoC application in Flutter for Mac/OS X as a desktop app (Flutter Framework supports Mac Desktop apps, but I'm trying to figure out a key piece regarding a binary executable. Basically, I want to be able to execute an OS X…
2
votes
1 answer

Flutter macOS app: Unable to find executable to run

I have an app that runs perfectly on the iPhone simulator and Chrome. However, when I try to run it as native macOS app, it fails with the below error dump. I tried running flutter clean but no luck. Can anyone please help me with it? Do let me know…
Vasu Mistry
  • 781
  • 2
  • 6
  • 18
2
votes
2 answers

how to change title bar icon in flutter desktop

this is how I change the title but can't change the icon. void main() { WidgetsFlutterBinding.ensureInitialized(); if (Platform.isWindows || Platform.isLinux || Platform.isMacOS) { setWindowTitle('Title'); // setWindowMinSize(const…
1
vote
1 answer

Dismissing dialog with Escape key with nested navigator

I'm writing a Flutter app targeted towards macOS and want to be able to show a modal dialog that allows navigation within that dialog (somewhat like a sequence of onboarding screens). In order to facilitate the navigation within the dialog, I need…
Craig Edwards
  • 2,118
  • 1
  • 18
  • 23
1
vote
0 answers

Not able to run flutter ios build in xcode on mac with m1 processor

This is the error log that I am getting. This issue is occuring when I am trying to run my ios build using xcode but it doesnt cause issue on android studio. ld: warning: ignoring file…
0
votes
0 answers

Process Exception Operation not permitted when I try to execute command in my Flutter Application

I got an exception about Operation not permitted when I tried to execute the command. I use youtubedr, This app works for downloading youtube videos. I already test it in the terminal and it works smoothly. And I already tried await…
loc.dang
  • 374
  • 3
  • 19
0
votes
0 answers

How to uninstall flutter MacOS, Windows and Linux debug build from my laptop like in Android and iOS from smartphone?

I have done some searching regarding this but did not find any solution yet thats why i am asking. Normally when ever we uninstall application from Mobile phone, all data clears and event if we don't want to unistall the application, we have option…
0
votes
0 answers

Flutter Dart - Macos - how to build a taskbar for MacOs?

Has anyone built a "windows style" taskbar for macos using flutter? I have not found any packages on pub.dev. and not quite sure how to make the flutter window always on top and always be at the bottom of the screen. Any suggestion is much…
Dinesh
  • 1,711
  • 2
  • 20
  • 41
0
votes
0 answers

MacOS Desktop lost connection to device each time running

my project runs on Android and IOS. Now I want to develop more platforms: MacOS, Windows, Linux. I'm setting and running on macOS first but each time running. it's lost connection with my device. I'm using Visual Studio code run with debug mode on…
0
votes
1 answer

Flutter image_picker is not working on macos.Can anyone suggest me which plugin are supported

I am currently in a crisis of cross platform i have an existing app for android and ios now. I wanted that in web and macOS now i am using image_picker in package now the problem is that image picker is not working for the macOS i have tried other…