vex_channel 1.0.0 copy "vex_channel: ^1.0.0" to clipboard
vex_channel: ^1.0.0 copied to clipboard

VexChannel — Zero-boilerplate platform channels for Flutter. Write pure Dart, access every native API on Android, iOS, macOS, Windows, Linux and Web without touching Kotlin/Swift/C++ once.

130/ 160
pub points
0
downloads

We analyzed this package 25 hours ago, and awarded it 130 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

91 out of 366 API elements (24.9 %) have documentation comments.

Some symbols that are missing documentation: vex_channel.VexAudio, vex_channel.VexAudio.currentAudioOutput, vex_channel.VexAudio.dispose, vex_channel.VexAudio.getDuration, vex_channel.VexAudio.getPosition.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ 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:vex_channel/vex_channel.dart that imports:
  • package:vex_channel/src/platforms/vex_platform_detector.dart that imports:
  • dart:io

WASM compatibility:

Package not compatible with runtime wasm

Because:

  • package:vex_channel/vex_channel.dart that imports:
  • package:vex_channel/src/platforms/vex_platform_detector.dart that 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.

Swift Package Manager support:

Package does not support the Swift Package Manager on macOS

The package does not contain macos/vex_channel/Package.swift.

Package does not support the Swift Package Manager on iOS

The package does not contain ios/vex_channel/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

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 4 issues. Showing the first 2:

INFO: Statements in a for should be enclosed in a block.

lib/src/vex_channel.dart:215:46

    ╷
215 │     for (final ch in _methodChannels.values) ch.enableLogging(verbose);
    │                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/src/vex_method_channel.dart:126:58

    ╷
126 │   /// chained-comparison error on generic types like List<Map<String, dynamic>>.
    │                                                          ^^^^^^^^^^^^^^^^^^^^^
    ╵

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

Passed report section
Support up-to-date dependencies
40 / 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
collection ^1.17.2 1.19.1 1.19.1
crypto ^3.0.3 3.0.7 3.0.7
json_annotation ^4.8.1 4.12.0 4.12.0
path ^1.8.3 1.9.1 1.9.1
plugin_platform_interface ^2.1.0 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.3.0

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

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.12, Flutter 3.44.0, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
130
points
0
downloads

Documentation

Documentation
API reference

Publisher

verified publishermysteriouscoder.com

Weekly Downloads

VexChannel — Zero-boilerplate platform channels for Flutter. Write pure Dart, access every native API on Android, iOS, macOS, Windows, Linux and Web without touching Kotlin/Swift/C++ once.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, crypto, flutter, flutter_web_plugins, json_annotation, path, plugin_platform_interface

More

Packages that depend on vex_channel

Packages that implement vex_channel