jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Creating a broadcast StreamController for easier access #193

Closed Eerey closed 2 years ago

Eerey commented 2 years ago

I had conflicts handling the LoadingState with a StreamBuilder, so I'd appreciate the change to a broadcast stream.

Eerey commented 2 years ago

Hi, I also created a Pull Request right away. Can you please take a look @jnschulze ? :) Maybe it will break, so please check it out.

jnschulze commented 2 years ago

ACK. We should probably adjust all stream controllers accordingly.

Eerey commented 1 year ago

@jnschulze Is this already in the current public version? Best regards