ra1u / redis-dart

fast redis protocol parser and client
MIT License
84 stars 35 forks source link

Redis doesn't work on flutter web #65

Closed Ranaco closed 2 years ago

Ranaco commented 2 years ago

Redis package don't works on web, this is probably because it somewhere uses dart:io which is not supported on flutter web and the problem is there is no altenative to this!!

ra1u commented 2 years ago

I understand you. We have discussion about this https://github.com/ra1u/redis-dart/discussions/27 . Feel free to put your suggestion there and lets find something that can work for your case.

Kind regards, Luka.