mixpanel-flutter

Official Flutter Tracking Library for Mixpanel Analytics

APACHE-2.0 License

Stars
67
Committers
14

Bot releases are hidden (Show)

mixpanel-flutter - Release 2.2.0

Published by zihejia 11 months ago

v2.2.0 (2023-11-17)

Enhancements

  • add api: setFlushBatchSize #102
  /// Set the number of events sent in a single network request to the Mixpanel server.
  /// By configuring this value, you can optimize network usage and manage the frequency of communication between the client
  /// and the server. The maximum size is 50; any value over 50 will default to 50.
  /// * [flushBatchSize] an int representing the number of events sent in a single network request.
  void setFlushBatchSize(int flushBatchSize) {
    _channel.invokeMethod<void>('setFlushBatchSize',
        <String, dynamic>{'flushBatchSize': flushBatchSize});
  }
  • bump iOS to 4.2.0
mixpanel-flutter - Mixpanel Flutter 1.1.0 - Null Safety Support

Published by zihejia over 3 years ago

The Mixpanel Flutter SDK (v1.1.0) is now available. For more details, see our changelog

To install this SDK, see our integration guide

mixpanel-flutter - v1.0.1 - improve docs

Published by zihejia over 3 years ago

mixpanel-flutter - v1.0.0 - first release

Published by zihejia over 3 years ago

Package Rankings
Top 6.04% on Pub.dev
Related Projects