evntaly_flutter 1.0.1 copy "evntaly_flutter: ^1.0.1" to clipboard
evntaly_flutter: ^1.0.1 copied to clipboard

Official Evntaly Flutter SDK

1.0.1 #

  • Fixed sdkVersion missing from requestContext
  • Improved test coverage and reliability

1.0.0 #

  • Initial release of Evntaly Flutter SDK
  • Initialize SDK with developer secret and project token
  • Track events with typed EvntalyEvent class or flexible Map
  • Identify users with typed EvntalyUser class or flexible Map
  • Automatic device information detection (model, brand, OS version)
  • Automatic app information detection (version, build number)
  • Automatic network type detection
  • Automatic battery level and charging status detection
  • Automatic screen tracking with EvntalyNavigatorObserver
  • Automatic location detection with GPS and IP-based fallback
  • Enable/disable tracking globally
  • Check API usage limits
  • Verbose logging support
  • IntelliSense support for typed event and user models