evntaly_flutter 1.0.1
evntaly_flutter: ^1.0.1 copied to clipboard
Official Evntaly Flutter SDK
1.0.1 #
- Fixed
sdkVersionmissing fromrequestContext - 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
EvntalyEventclass or flexible Map - Identify users with typed
EvntalyUserclass 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