What tech stack is Resprite built on?
The iOS edition is built with Apple’s native stack (Swift, SwiftUI, and UIKit). To keep the project stable long-term, we avoid third-party runtime dependencies wherever possible.
The desktop/Android edition uses Flutter for the UI layer with native rendering and tooling beneath it. Flutter lets us share the same codebase across Android, Windows, and macOS releases.*** End Patch