analytics_hub_mixpanel 0.4.0
analytics_hub_mixpanel: ^0.4.0 copied to clipboard
Mixpanel provider for analytics_hub. Forwards LogEvents to Mixpanel.track with optional properties and supports identify/reset for session and anonymous users.
We analyzed this package 5 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
14 out of 14 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
10/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:analytics_hub_mixpanel/analytics_hub_mixpanel.dartthat imports:package:analytics_hub_mixpanel/src/provider/mixpanel_analytics_hub_provider.dartthat imports:package:analytics_hub_mixpanel/src/resolver/mixpanel_event_resolver.dartthat imports:package:mixpanel_flutter/mixpanel_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:analytics_hub_mixpanel/analytics_hub_mixpanel.dartthat imports:package:analytics_hub_mixpanel/src/provider/mixpanel_analytics_hub_provider.dartthat imports:package:analytics_hub_mixpanel/src/resolver/mixpanel_event_resolver.dartthat imports:package:mixpanel_flutter/mixpanel_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:analytics_hub_mixpanel/analytics_hub_mixpanel.dartthat imports:package:analytics_hub_mixpanel/src/provider/mixpanel_analytics_hub_provider.dartthat imports:package:analytics_hub_mixpanel/src/resolver/mixpanel_event_resolver.dartthat imports:package:mixpanel_flutter/mixpanel_flutter.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:analytics_hub_mixpanel/analytics_hub_mixpanel.dartthat imports:package:analytics_hub_mixpanel/src/provider/mixpanel_analytics_hub_provider.dartthat imports:package:analytics_hub_mixpanel/src/resolver/mixpanel_event_resolver.dartthat imports:package:mixpanel_flutter/mixpanel_flutter.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:analytics_hub_mixpanel/analytics_hub_mixpanel.dartthat imports:package:analytics_hub_mixpanel/src/provider/mixpanel_analytics_hub_provider.dartthat imports:package:analytics_hub_mixpanel/src/resolver/mixpanel_event_resolver.dartthat imports:package:mixpanel_flutter/mixpanel_flutter.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
analytics_hub |
>=0.4.0 <0.5.0 |
0.4.0 | 0.4.0 | |
logging |
>=1.0.0 <2.0.0 |
1.3.0 | 1.3.0 | |
mixpanel_flutter |
>=2.0.0 <4.0.0 |
2.5.0 | 2.5.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
USE_OF_VOID_RESULT-lib/src/provider/mixpanel_analytics_hub_provider.dart:41:23- This expression has a type of 'void' so its value can't be used.USE_OF_VOID_RESULT-lib/src/provider/mixpanel_analytics_hub_provider.dart:45:23- This expression has a type of 'void' so its value can't be used.USE_OF_VOID_RESULT-lib/src/provider/mixpanel_analytics_hub_provider.dart:47:23- This expression has a type of 'void' so its value can't be used.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.