unitrack_snowplow 1.1.0 copy "unitrack_snowplow: ^1.1.0" to clipboard
unitrack_snowplow: ^1.1.0 copied to clipboard

Snowplow provider for UniTrack. Forwards UniTrack events to a Snowplow collector with built-in convention layer, auto-attached user_context and application_context entities, and per-event Iglu schema [...]

120/ 160
pub points
10
downloads

We analyzed this package 9 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

30 out of 45 API elements (66.7 %) have documentation comments.

Some symbols that are missing documentation: unitrack_snowplow, unitrack_snowplow.SnowplowOptions.SnowplowOptions.new, unitrack_snowplow.SnowplowOptions.applicationContext, unitrack_snowplow.SnowplowOptions.base64Encoding, unitrack_snowplow.SnowplowOptions.lifecycleAutotracking.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:unitrack_snowplow/unitrack_snowplow.dart that imports:
  • package:unitrack/unitrack.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:unitrack_snowplow/unitrack_snowplow.dart that imports:
  • package:unitrack/unitrack.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:unitrack_snowplow/unitrack_snowplow.dart that imports:
  • package:unitrack/unitrack.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:unitrack_snowplow/unitrack_snowplow.dart that imports:
  • package:unitrack/unitrack.dart that declares support for platforms: Android, iOS.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

INFO: Angle brackets will be interpreted as HTML.

lib/unitrack_snowplow.dart:291:18

    ╷
291 │   ///     → iglu:<vendor>/user_context/jsonschema/<defaultVersion>
    │                  ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/unitrack_snowplow.dart

INFO: Angle brackets will be interpreted as HTML.

lib/unitrack_snowplow.dart:291:51

    ╷
291 │   ///     → iglu:<vendor>/user_context/jsonschema/<defaultVersion>
    │                                                   ^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/unitrack_snowplow.dart

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
snowplow_tracker >=0.7.0 <2.0.0 0.11.0 0.11.0
unitrack ^1.2.0 1.3.1 1.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.6.0 4.6.0
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • MISSING_REQUIRED_ARGUMENT - lib/unitrack_snowplow.dart:580:21 - The named parameter 'id' is required, but there's no corresponding argument.
  • MISSING_REQUIRED_ARGUMENT - lib/unitrack_snowplow.dart:788:13 - The named parameter 'id' is required, but there's no corresponding argument.

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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
120
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Snowplow provider for UniTrack. Forwards UniTrack events to a Snowplow collector with built-in convention layer, auto-attached user_context and application_context entities, and per-event Iglu schema resolution.

Repository (GitHub)
View/report issues

Topics

#analytics #snowplow #tracking #telemetry #mobile

License

MIT (license)

Dependencies

flutter, snowplow_tracker, unitrack

More

Packages that depend on unitrack_snowplow