flutter-pi icon indicating copy to clipboard operation
flutter-pi copied to clipboard

Update ReadMe with how to build the app.so on Mac (release mode)

Open tobiasht opened this issue 2 years ago • 2 comments

Currently the instructions for how to build the app.so is only for Windows. Would be great if the Mac equivalent was present as well.

tobiasht avatar Mar 14 '23 10:03 tobiasht

I'm not sure that's possible. I haven't yet found a way to build the gen_snapshot for MacOS. The flutter engine doesn't support it. It seems like the Dart SDK doesn't either.

Other than that I don't have a MacOS machine to test the instructions on. Maybe there's some way to run linux binaries on MacOS, if yes I'd probably use that.

Though, if you have a mac and find a way to build the app.so, I'd be happy to include them in the readme!

ardera avatar Mar 24 '23 14:03 ardera