SebastienBtr/Dash-Chat-2

Does it support flutter web?

Closed this issue · 2 comments

In pub.dev it shows it supports only Android and Ios. So what about the web support?

It doesn't support web because of CachedNetworkImage (https://pub.dev/packages/cached_network_image) and the usage of File to load device files line 98 of media_container.dart

I added support for web in 0.0.5 🎉