djangoflow_analytics 0.0.2+1 djangoflow_analytics: ^0.0.2+1 copied to clipboard
A library for tracking analytics with multiple Analytics providers in Flutter applications.
[0.0.2] - 23 Jan 2023 #
- Added
performers
getter forDjangoflowAnalytics
. - Added unit tests
[0.0.1] - 18 Jan 2023 #
- Initialization of the library through the init method on the DjangoflowAnalytics class
- Sending data through the performAction method on the DjangoflowAnalytics class
- Handling data through the AnalyticActionPerformer class and adding them to the DjangoflowAnalytics class
- Event and User property trimmers, which can be implemented to trim the events and user properties.