Sebastine Odeh

Results 8 comments of Sebastine Odeh

I would like to work on this issue

> > OTP autofill doesn't work on iOS and this is getting logged in my console > > ``` > > Can't find keyplane that supports type 4 for keyboard...

@Hxrsha-x what you want to do is write the uint8list bytes to a file, to do this you need to create a file first and then write to it. ```...

> @Hxrsha-x what you want to do is write the uint8list bytes to a file, to do this you need to create a file first and then write to it....

Is the issue from this package or in_app_webview @sarbagyastha ?

Insane @vko85 . You added the inappwebview 5.8.0 as one of your dependency overrides right @vko85 ?

@vko85 I tried that and couldn't compile my app since the youtube player is depending on 6.0.0 and using some APIs that doesn't exist in 5.8.0. Can you be more...

Overriding the youtube_player_flutter to an earlier version solves the problem. Add this to my dependency_overrides youtube_player_flutter: 8.1.2