firstfloorsoftware / flutter_sodium

Flutter bindings for libsodium
BSD 3-Clause "New" or "Revised" License
102 stars 47 forks source link

Flutter web support #26

Closed cbenhagen closed 4 years ago

cbenhagen commented 4 years ago

It would be really nice if Flutter web could be supported by using platform channels and one of the js libraries available.

kozw commented 4 years ago

Great suggestion. Current development effort is at porting flutter_sodium to ffi. A platform channel implementation for the web is probably never going to happen. Once ffi is supported in Flutter Web, we'll make it happen.