Open hhzhangzy opened 5 days ago
Hi @hhzhangzy have you tried put the line on some button and try try to click it?
same here
@joaoarmando could you put paste the code and show the files?
I fixed by following https://stackoverflow.com/questions/70271507/facebook-app-events-not-working-in-flutter
didn't fix it for me anyone solution from anyone?
Is there an existing issue for this?
Current Behavior
Install facebook_app_events: ^0.19.3 and configure Android manifest as documented with facebook_app_id and facebook_client_token Call the ‘logPurchase‘ method E/MethodChannel#flutter.oddbit.id/facebook_app_events( 2737): kotlin.UninitializedPropertyAccessException: lateinit property appEventsLogger has not been initialized.
Expected Behavior
Expected that the plugin would initialize the Facebook SDK
Steps To Reproduce
1.Install facebook_app_events: ^0.19.3[0.19.4, 0.19.2]
, andriod/app/src/main/res/values and values-night/styles.xml
`
Test in app:
FacebookAppEvents().logPurchase(amount: 1.00, currency: 'USD');
Platform
Android
Flutter Doctor