jcblancomartinez
jcblancomartinez
@BilalShahid13 if I send a pull request, will you be able to look at it? Thanks.
> @KaliTHB - We plan to support an OAuth flow with Cognito Hosted UI (User Pools) soon, but we do not currently have identity pool federation planned. I'll mark this...
Any update? Thanks.
Hi, Here you have a newer working version with CORS enabled: ``` Future _getVideoThumbnail( String path, void Function(Uint8List? imageBytes) callback) async { VideoElement video = VideoElement() ..crossOrigin = 'anonymous' ..src...
@AbdulRahmanAlHamali Could you please take a look at this? Thank you very much.
Hi @tushardubey121 @AbdulRahmanAlHamali , I see above changes have been pushed, thanks for that, however, those don't make any difference when hideSuggestionsOnKeyboardHide is set to true. Furthermore, we are still...
Hi @tushardubey121, I've indeed tried to look for a elegant workaround by unfocusing and requesting focus again (through SuggestionsBoxController) to get the list of options refreshed, however, the following [keyboard...
Hi, What's the status of this issue? It seems specific to ExoPlayer. Do you suggest following up in https://github.com/google/ExoPlayer/issues/6168 ? ## **:warning: Please, "thumbs up" [this issue](https://github.com/flutter/flutter/issues/79623#issue-849080635) and [this issue](https://github.com/flutter/flutter/issues/25558#issue-392656257)...
> I'm initializing video but this message comes up and never initialized video. > I'm displaying loading indicator until video gets initialized. > So, view never changes from loading indicator....