Ben Bieker

Results 11 issues of Ben Bieker

I just copied the example from the readme to use the locally installed flow-bin. But the `npm bin` command is really slow and therefore slows down my vim overall startup...

## Description Send URL change events when the user navigates in the Browser. This also works for JavaScript Navigation that does not actually make any request and therefore would not...

cla: yes
p: webview_flutter
platform-ios
platform-android

## Description This enables the webview to visit http basic auth protected websites. ## Related Issues Originally, it was attempted to implement this here: https://github.com/flutter/plugins/pull/1283 But the author then decided...

cla: yes
p: webview_flutter
platform-ios
platform-android

Hi, First of all thanks for this great library. I really like the Shared Element transitions which are working really great for me, which would be a reason to use...

Hi, thanks for this awesome library. In our project we are also using flow. But in the npm package, you include the `src` folder with flow annotations but don't ship...

enhancement
up-for-grabs
good-first-task

Currently, the top level `links` object is only used for pagination. Jsonapi spec says that it **MAY** always be used and then contains the field `self` with the URL of...

enhancement

I suggest that the source code get's linted with https://github.com/golang/lint According to the linter, it is for example necessary to name all methods that contain the keyword `id` uppercase, for...

I noticed that the `onLoadStart` and `onLoadEnd` events are only going to be dispatched on android. Is this intended? I guess i can make an iOS fallback by using the...

## Description I found out that when the bloc was closed, it was not properly removing the listener that updates the bloc state. This is problematic when the video wrapper...

Hi, the plugin works nicely for me, however, I wonder why it does not seem to work when I mark a file or directory to be watched. When I then...