How can I use Spake2+ with Flutter on Android and iOS?
14:20 06 Apr 2026

I would like to use the Spake2+ handshake in an app I’m developing for Android and iOS using Flutter. There is a spake2plus library for Dart, but it doesn’t support either Android or iOS. Is there a relatively straightforward way to implement Spake2+ between two clients in this situation? I’m not interested in a solution where SPAKE keys are calculated on the server.

flutter