Maksimka101 / isolate-bloc

A Flutter package that helps implement the BLoC pattern when blocs run in their own Isolate.
MIT License
21 stars 9 forks source link

Fix web support #24

Closed Maksimka101 closed 2 years ago

Maksimka101 commented 3 years ago
image
f-person commented 3 years ago

You want to make it run just regularly on the web or something else?

Maksimka101 commented 2 years ago

I want it to just run and it runs however pub show that it isn't

f-person commented 2 years ago

Perhaps it's because dart:isolate is not supported on web

Maksimka101 commented 2 years ago

Fixed in #29