vunet_flutter_plugin 0.0.1 copy "vunet_flutter_plugin: ^0.0.1" to clipboard
vunet_flutter_plugin: ^0.0.1 copied to clipboard

A Flutter plugin from VunetSystems for Mobile Real User Monitoring.

110/ 160
pub points
77
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

Failed check 0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

350 out of 631 API elements (55.5 %) have documentation comments.

Some symbols that are missing documentation: api, api.Attribute.Attribute.fromObject, api.Attribute.key, api.Attribute.value, api.Context.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:vunet_flutter_plugin/api.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

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

Because:

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

Because:

  • package:vunet_flutter_plugin/api.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 not compatible with platform Android

Because:

  • package:vunet_flutter_plugin/web_sdk.dart that imports:
  • package:vunet_flutter_plugin/src/sdk/platforms/web/time_providers/web_time_provider.dart that imports:
  • package:web/web.dart that imports:
  • package:web/src/helpers.dart that imports:
  • package:web/src/helpers/http.dart that imports:
  • package:web/src/helpers/events/events.dart that imports:
  • package:web/src/helpers/events/streams.dart that imports:
  • package:web/src/dom.dart that imports:
  • package:web/src/dom/xhr.dart that imports:
  • package:web/src/dom/html.dart that imports:
  • package:web/src/dom/webmidi.dart that imports:
  • package:web/src/dom/hr_time.dart that imports:
  • package:web/src/dom/user_timing.dart that imports:
  • package:web/src/dom/performance_timeline.dart that imports:
  • dart:js_interop
Package not compatible with platform iOS

Because:

  • package:vunet_flutter_plugin/web_sdk.dart that imports:
  • package:vunet_flutter_plugin/src/sdk/platforms/web/time_providers/web_time_provider.dart that imports:
  • package:web/web.dart that imports:
  • package:web/src/helpers.dart that imports:
  • package:web/src/helpers/http.dart that imports:
  • package:web/src/helpers/events/events.dart that imports:
  • package:web/src/helpers/events/streams.dart that imports:
  • package:web/src/dom.dart that imports:
  • package:web/src/dom/xhr.dart that imports:
  • package:web/src/dom/html.dart that imports:
  • package:web/src/dom/webmidi.dart that imports:
  • package:web/src/dom/hr_time.dart that imports:
  • package:web/src/dom/user_timing.dart that imports:
  • package:web/src/dom/performance_timeline.dart that imports:
  • dart:js_interop

Swift PM-ready: This iOS or macOS plugin supports the Swift Package Manager. See https://docs.flutter.dev/to/spm for details.

Built-in Kotlin support:

Legacy Kotlin configuration detected in `android/build.gradle`.

This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.

Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 4 issues. Showing the first 2:

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/instrumentation/image/vu_network_image.dart:268:11

    ╷
268 │           return decode(await ui.ImmutableBuffer.fromUint8List(bytes));
    │           ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/instrumentation/image/vu_network_image.dart

WARNING: Returning a 'Future' without 'await' inside a try block.

lib/src/instrumentation/network/http_override_tracker.dart:372:7

    ╷
372 │       return _finish(response);
    │       ^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/instrumentation/network/http_override_tracker.dart

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

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

Package Constraint Compatible Latest Notes
async >=2.5.0 <3.0.0 2.13.1 2.13.1
clock ^1.1.2 1.1.3 1.1.3
collection ^1.15.0 1.19.1 1.19.1
fixnum >=1.0.0 <2.0.0 1.1.1 1.1.1
http ^1.4.0 1.6.0 1.6.0
logging ^1.0.0 1.3.0 1.3.0
meta >=1.9.1 <2.0.0 1.19.0 1.19.0
path_provider ^2.1.5 2.1.6 2.1.6
plugin_platform_interface ^2.0.0 2.1.8 2.1.8
protobuf >=3.0.0 <6.0.0 5.1.0 6.0.0
quiver >=3.0.0 <4.0.0 3.2.2 3.2.2
uuid ^4.5.1 4.6.0 4.6.0
web ^1.1.1 1.1.1 1.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
code_assets - 2.0.0 2.0.0
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
hooks - 2.2.0 2.2.0
http_parser - 4.1.2 4.1.2
jni - 1.0.3 1.0.3
jni_flutter - 1.0.3 1.0.3
jni_util - 1.0.0 1.0.0
matcher - 0.12.20 0.12.20
material_color_utilities - 0.13.0 0.13.1
objective_c - 9.6.0 9.6.0
package_config - 3.0.0 3.0.0
path - 1.9.1 1.9.1
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
pub_semver - 2.2.1 2.2.1
record_use - 1.1.1 1.1.1
source_span - 1.10.2 1.10.2
stack_trace - 1.12.2 1.12.2
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.14 0.7.14
typed_data - 1.4.0 1.4.0
vector_math - 2.4.2 2.4.2
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.4 3.1.4

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

The constraint `>=3.0.0 <6.0.0` on protobuf does not support the stable version `6.0.0`.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

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: