mixpanel_analytics 2.0.0 copy "mixpanel_analytics: ^2.0.0" to clipboard
mixpanel_analytics: ^2.0.0 copied to clipboard

outdated

A dart wrapper on the mixpanel REST API to be used in Flutter applications. As this is using the http REST API it works both with Android and iOS.

[2.0.0] - 2021-03-09 #

  • Migrate to null safety

[1.4.0] - 2021-02-11 #

  • Support for CORS bypass in Flutter web.
  • userId$ is not required anymore. Users can still use that as a way to set up the userId but they can also use the userId setter at any time.

[1.3.1] - 2020-12-20 #

  • Fixes a bug that caused the stored in memory events when in batch mode to be overwriten by the first events sent, thus being lost. To avoid a breaking change, the temporal solution was to move the process that pulls from memory old stored not sent events from the batch timer process, to happen when the user sends events for the first time. The problem this solution brings is that we need the caller to push new events in order to get the old stored events to be pushed. If the first thing don't happen the second won't either. But this is better than the previous scenario of lost events. For further details you can check this PR

[1.3.0] - 2020-08-19 #

  • Added useIp property.

[1.2.1] - 2019-11-07 #

  • Fix an error when sending batch requests for engage.

[1.2.0] - 2019-09-10 #

  • Allow encoding function to be passed.

[1.1.0] - 2019-09-10 #

  • Add option to encode sensitive information to mixpanel.

[1.0.1] - 2019-08-05 #

  • Add some unit tests.

[1.0.0] - 2019-08-02 #

  • Initial release.
23
likes
0
pub points
83%
popularity

Publisher

verified publisherkoahealth.tech

A dart wrapper on the mixpanel REST API to be used in Flutter applications. As this is using the http REST API it works both with Android and iOS.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on mixpanel_analytics