0

We are looking into building some apps with Flutter for desktop.

We know it is in beta or alpha stage, however, as our app is relatively simple, we may be able to use Flutter now.

However, reading here and there I am not sure if it will be possible to publish the app to the Apple OSX Store and Microsoft Windows Store.

Is it possible to sign and publish the dart2native binary to these stores?

Also, can it be executed without setting custom permissions?
In OSX some apps needs the user o go to the System Settings and enable the app to be opened.

We can't have that.

Jonathan
  • 4,724
  • 7
  • 45
  • 65
  • You should read here about the app signing https://dart.dev/tools/dart2native#known-limitations – Mattia Sep 17 '20 at 21:59
  • oh, flutter desktop does not use dart2native, so we shouldn't have problems with signing from what I've seen in the issue – Jonathan Sep 18 '20 at 13:29

1 Answers1

0

I thought Flutter used dart2native or shared its logic to build desktop apps. But it is not the case, so yes, the app can be shared in stores.

Jonathan
  • 4,724
  • 7
  • 45
  • 65