JRazek

Results 11 comments of JRazek

Is there any progress regarding this issue? I'd like to use clang++ with libstdc++, but it seems impossible without modification of headers.

@HakkyuKim Im currently assigned to this task. native webview does not cooperate with google oauth - https://github.com/flutter-tizen/plugins/issues/390 I'm during testing whether google oauth cooperate with an ewk version of webview...

I successfully logged in to google oauth with [ewk_webview_flutter](https://github.com/bwikbs/plugins/tree/ewk_webview_flutter). Now Ill look into how to extract the token from webview.

[Current state](https://github.com/JRazek/flutterfire_desktop_tizen/tree/develop) is the following: Logging into Firebase seems to work. I added it ad-hoc in the example app. Now I'll be working on merging it into the plugin itself....

[google_sign_in_tizen](https://github.com/HakkyuKim/plugins/tree/google-sign-in/packages/google_sign_in) introduces an interface to obtain an OAuth token from Google API. As the docs state, it is required to use a private key for the sake of authentication. This...

At this moment I have a draft of a [webview_auth_tizen](https://github.com/JRazek/webview_auth_tizen) plugin. It is an equivalent of a [flutter_desktop_webview_auth](https://github.com/invertase/flutter_desktop_webview_auth) plugin. I've decided to write a separate plugin instead of porting it...

I would call it the part of the solution rather than the partial solution. The reason for making the [webview_auth_tizen](https://github.com/JRazek/webview_auth_tizen) API as a widget is because in original implementation they...

I'll share the pcap shortly, but I do not think, that it should work at all in the current state. https://github.com/ntop/nDPI/blob/1fecf69359a1a809e76ec1b37bee146c6ebd7752/src/lib/protocols/dns.c#L456 This snippet shows very clearly that ports other than...

And that's the pcap. [DNS_1234_pcap.zip](https://github.com/ntop/nDPI/files/9878783/DNS_1234_pcap.zip)

@bbrto21 Is there any progress. Would you mind if I started development on this plugin?