flutter_branch_sdk icon indicating copy to clipboard operation
flutter_branch_sdk copied to clipboard

Logs & events issue

Open osama450 opened this issue 1 year ago • 0 comments

Describe the bug Hi there, I need to send logs or event for user actions I'm using this code to send this data I'm using the free plan , thanks

Expected behavior this my code , and I don't get any data in dashboard and i don't know where should will be Future<void> logToBranchIo( {required String name, Map<String, dynamic>? parameters}) async { BranchEvent eventCustom = BranchEvent.standardEvent(BranchStandardEvent.LOGIN); FlutterBranchSdk.trackContentWithoutBuo(branchEvent: eventCustom); }. and this Future<void> logToBranchIo( {required String name, Map<String, dynamic>? parameters}) async { BranchEvent eventCustom = BranchEvent.customEvent('Test'); FlutterBranchSdk.trackContentWithoutBuo(branchEvent: eventCustom); }

Mobile (Please complete the following information. remove session if not Mobile):

  • Flutter: version: last version
  • flutter_branch_sdk version: last version
  • OS: IOS 16
  • Device: iPhone16

osama450 avatar Oct 27 '24 22:10 osama450