You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to subscribe to the webview's estimated progress value in Flutter, backed by the estimatedProgress value in iOS and the onProgressChanged callback on Android. With that in data available we can show a sliding progress bar as a widget in Flutter.
It would be great to be able to subscribe to the webview's estimated progress value in Flutter, backed by the
estimatedProgress
value in iOS and theonProgressChanged
callback on Android. With that in data available we can show a sliding progress bar as a widget in Flutter.On iOS that would be:
On Android:
The text was updated successfully, but these errors were encountered: