loglytics 0.1.4
loglytics: ^0.1.4 copied to clipboard
An efficient, user-friendly way to implement logs, analytics and crash reports into your projects.
0.1.4 #
- ⚠️ Breaking: Renamed the following:
core_analytics.darttodefault_analytics.dart;analytics_wrapper.darttologlytics_wrapper.dart.
0.1.3 #
- ✨ New: Added default analytics that are accessible trough
Loglytics.defaultAnalyticsand require no further configuration of theLoglyticsmixin. - ⚠️ Breaking: Renamed the following:
FeatureAnalyticstoLoglyticsWrapper;FeatureSubjectstoLoglyticsSubjects;FeatureParameterstoLoglyticsParameters;Loglytics.featureAnalyticsgetter toLoglytics.wrapper.
- ✨ New: Added extra event types and methods.
- ⚠️ Breaking: Removed create, update, delete event types and methods (these are better fit as subjects).
0.1.2 #
- ⚠️ Breaking: Rename LogService to Loglytics.
- ⚠️ Breaking: Rename CrashlyticsInterface to CrashReportingInterface.
0.1.1 #
- Update readme.
- Add formatting to get 130 pub points.
0.1.0 #
- Initial release.