analytics_manager 1.0.3
analytics_manager: ^1.0.3 copied to clipboard
Helper for multiple analytics services handler
1.0.3 - 2026-03-27 #
Changed #
- Parallelize
initialize()— all handlers now initialize concurrently viaFuture.waitinstead of sequentially, reducing startup time from sum to max of individual handler durations - Parallelize
setUserId,setUserEmail,setUserProperty,logOutUser,deleteAccount— all user operations now run handlers concurrently
1.0.2 - 2024-10-20 #
Changed #
- Add log out user method in documentation's example
- Fix some typos in debug logs when logging is not enabled
1.0.0 - 2024-05-16 #
Changed #
- Fix typo with removal of '}' in the logs
- Add 'logout' callback in AnalyticsHandler interface
0.0.1 #
- Initial release