flmn / umeng_analytics_plugin

Flutter 版友盟统计插件
https://pub.dev/packages/umeng_analytics_plugin
MIT License
22 stars 39 forks source link

请问自定义事件能加入自定义参数的功能吗? #6

Open leeewh opened 4 years ago

leeewh commented 4 years ago

像官方文档那样的。 例如 map参数型:onEventWithMap("login", {"userID":123456, "channel":"wx"}), map参数和数值型:onEventWithMapAndCount("buy", {"proId":123456, "channel":"wx"},20),