/flurry_event_with_parm.dart Secret
Last active
October 15, 2023 08:18
Track Events
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Capture author info & user status | |
Map<String, String> map = Map<String, String>(); | |
map.putIfAbsent("Author", () => "John Q"); | |
map.putIfAbsent("User_Status", () => "Registered"); | |
Flurry.logEventWithParameters("Article_Read", map); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do we need a seperate package for this to work