cux_analytics_sdk 0.0.5 copy "cux_analytics_sdk: ^0.0.5" to clipboard
cux_analytics_sdk: ^0.0.5 copied to clipboard

This is an analytics SDK from CUX.io

0
likes
100/ 160
pub points
36%
popularity

We analyzed this package 18 hours ago, and awarded it 100 pub points (of a possible 160):

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

7 out of 49 API elements (14.3 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: analytics_sdk, analytics_sdk.AnalyticsWidget, analytics_sdk.AnalyticsWidget.AnalyticsWidget, analytics_sdk.AnalyticsWidget.child, analytics_sdk.CuxAnalytics.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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:cux_analytics_sdk/analytics_sdk.dart that imports:
  • package:image_gallery_saver_plus/image_gallery_saver_plus.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

  • package:cux_analytics_sdk/analytics_sdk.dart that imports:
  • package:image_gallery_saver_plus/image_gallery_saver_plus.dart that declares support for platforms: Android, iOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:cux_analytics_sdk/analytics_sdk.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:cux_analytics_sdk/analytics_sdk.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:cux_analytics_sdk/analytics_sdk.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 58 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: _NavApp.elements

lib/src/analizer/nav_element.dart:3:7

  ╷
3 │ class _NavApp extends Equatable {
  │       ^^^^^^^
  ╵

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

WARNING: The value of the local variable 'iosInfo' isn't used.

lib/src/utils/device_info_utils.dart:30:21

   ╷
30 │       IosDeviceInfo iosInfo = await deviceInfo.iosInfo;
   │                     ^^^^^^^
   ╵

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

OK
Support up-to-date dependencies
30 / 40trigger folding of the section

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

Package Constraint Compatible Latest
device_info_plus ^10.1.2 10.1.2 11.1.1
equatable ^2.0.5 2.0.6 2.0.6
flutter flutter 0.0.0 0.0.0
image ^4.2.0 4.3.0 4.3.0
image_gallery_saver_plus ^3.0.5 3.0.5 3.0.5
intl ^0.19.0 0.19.0 0.20.0
screenshot ^3.0.0 3.0.0 3.0.0
uuid ^4.5.0 4.5.1 4.5.1
visibility_detector ^0.4.0+2 0.4.0+2 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
characters - 1.3.0 1.3.1
clock - 1.1.2 1.1.2
collection - 1.18.0 1.19.1
crypto - 3.0.6 3.0.6
device_info_plus_platform_interface - 7.0.1 7.0.1
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.1 1.9.1
petitparser - 6.0.2 6.0.2
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
sprintf - 7.0.0 7.0.0
typed_data - 1.4.0 1.4.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
win32 - 5.8.0 5.8.0
win32_registry - 1.1.5 2.0.0
xml - 6.5.0 6.5.0

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

The constraint `^10.1.2` on device_info_plus does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

The constraint `^0.19.0` on intl does not support the stable version `0.20.0`, that was published 8 days ago.

When intl is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions intl to update the constraint.

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.15, Flutter 3.24.5, Dart 3.5.4.

Check the analysis log for details.

0
likes
100
pub points
36%
popularity

Publisher

unverified uploader

This is an analytics SDK from CUX.io

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, equatable, flutter, image, image_gallery_saver_plus, intl, screenshot, uuid, visibility_detector

More

Packages that depend on cux_analytics_sdk