flutter_branch_sdk
flutter_branch_sdk copied to clipboard
Logs & events issue
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