Dipak Solanki
Dipak Solanki
I'll try this code : final result = await facebookSignIn.logInWithReadPermissions(['email']); final token = result.accessToken.token; final graphResponse = await http.get( 'https://graph.facebook.com/v2.12/me?fields=name,first_name,last_name,email&access_token=${token}'); final profile = JSON.decode(graphResponse.body); But not getting an email from...
@RyuuKenshi how to close the CollapsibleSidebar menu on click on the title?
SubMenu
@RyuuKenshi Can We Add Submenu in Sidebar? Like this : ORDERS > OPEN ORDERS CLOSED ORDERS
How to get payment callback in flutter web. This is my code: WebViewX( width: 1500, height: 600, initialContent: " https://api.sandbox.paypal.com/v1/payments/payment/PAYID-ABCCCCSCSCSCSCSC/execute", javascriptMode: JavascriptMode.unrestricted, initialSourceType: SourceType.url, onWebViewCreated: (controller) => webviewController = controller,...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.64001F, -1, null, [848, 480, 29.971603], [-1, -1]), format_supported=YES, null, null) @Shahed-Atik @newtaDev @duongtuancanhktpm...