oddbit / flutter_facebook_app_events

Flutter Plugin for Facebook App Events
https://pub.dev/packages/facebook_app_events
Apache License 2.0
119 stars 296 forks source link

[Bug]: Events missing which are present on the facebook documentation #358

Closed zubariaayub634 closed 5 days ago

zubariaayub634 commented 2 weeks ago

Is there an existing issue for this?

Current Behavior

For each event name and param name, constants exist in class FacebookAppEvents to ensure no mistakes are made in strings compared to the ones acceptable by Facebook SDK. Add payment info is currently missing in the plugin code

image

Expected Behavior

All events supported by Facebook should be present in the plugin

Steps To Reproduce

  1. Attempt to log an event for Add payment info event type. There is neither a constant nor a function for it

Platform

No response

Flutter Doctor

[!] Flutter (Channel [user-branch], 3.13.9, on Microsoft Windows [Version 10.0.19045.4291], locale en-US)
    ! Flutter version 3.13.9 on channel [user-branch] at D:\flutter
      Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
      If that doesn't fix the issue, reinstall Flutter by following instructions at https://flutter.dev/docs/get-started/install.
    ! Upstream repository unknown source is not a standard remote.
      Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
    • Framework revision d211f42860 (7 months ago), 2023-10-25 13:42:25 -0700
    • Engine revision 0545f8705d
    • Dart version 3.1.5
    • DevTools version 2.25.0
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at C:\Users\RCS\AppData\Local\Android\sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: C:\Program Files\Android\Android Studio1\jbr\bin\java
    • Java version OpenJDK Runtime Environment (build 17.0.9+0--11185874)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.7.5)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.7.34202.233
    • Windows 10 SDK version 10.0.22621.0

[!] Android Studio (version 2022.3)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    X Unable to determine bundled Java version.
    • Try updating or re-installing Android Studio.

[√] Android Studio (version 2023.2)
    • Android Studio at C:\Program Files\Android\Android Studio1
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.9+0--11185874)

[√] VS Code (version 1.89.1)
    • VS Code at C:\Users\RCS\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.88.0

[√] Connected device (4 available)
    • M2003J15SC (mobile) • 1043710d0408 • android-arm64  • Android 12 (API 31)
    • Windows (desktop)   • windows      • windows-x64    • Microsoft Windows [Version 10.0.19045.4291]
    • Chrome (web)        • chrome       • web-javascript • Google Chrome 124.0.6367.202
    • Edge (web)          • edge         • web-javascript • Microsoft Edge 124.0.2478.105

[√] Network resources
    • All expected network resources are available.

! Doctor found issues in 2 categories.
antonoddbit commented 2 weeks ago

Hi @zubariaayub634 thanks for the input, we will check the issue. While waiting you could implement the this event by calling logEvent() and fill the event name manually.

github-actions[bot] commented 6 days ago

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 5 days.