Hatter: Native Haskell mobile apps
Haskell Community [Unofficial]
April 20, 2026
well using xcode has fair bit of hassle. but not much you can do about that, apple /makes/ you use xcode, I tried automating it completly and failed. But flutter can’t automate this either so I’m okay with that. The nix build will make a working library for you and if you use a script like this you get a working project prrrrrrrrr/setup-ios.sh at master · jappeace/prrrrrrrrr · GitHub
Then all you have to do is resetup signing and it just works. The script could be made a bit better by retaining the signing settings, which makes you run it and then you just press play.
UI is shared between ios and android although they do look a bit different.
I suppose with platform detection you could fixup the styling.
Discussion in the ATmosphere