opus_flutter_new 3.0.7 copy "opus_flutter_new: ^3.0.7" to clipboard
opus_flutter_new: ^3.0.7 copied to clipboard

Loads a DynamicLibrary of opus for usage with opus_dart on flutter platforms.

135/ 160
pub points
11
downloads

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

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

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

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: opus_flutter_new.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: opus_flutter_new,
    • contains a version property, and,
    • does not contain a publish_to property.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("3.0.7").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: BSD-2-Clause.

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

2 out of 2 API elements (100.0 %) have documentation comments.

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 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Web

These platforms are not supported:

Package does not support platform `Linux`.

Because:

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

Because:

  • package:opus_flutter_new/opus_flutter_new.dart that declares support for platforms: Android, iOS, Windows, Web.

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:opus_flutter_new/opus_flutter_new.dart that imports:
  • package:opus_flutter_new/src/opus_flutter_ffi.dart that imports:
  • package:opus_flutter_new_windows/opus_flutter_new_windows.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:opus_flutter_new/opus_flutter_new.dart that imports:
  • package:opus_flutter_new/src/opus_flutter_ffi.dart that imports:
  • package:opus_flutter_new_windows/opus_flutter_new_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:opus_flutter_new/opus_flutter_new.dart that imports:
  • package:opus_flutter_new/src/opus_flutter_ffi.dart that imports:
  • package:opus_flutter_ios/opus_flutter_ios.dart that declares support for platforms: iOS.

Passed check 0/0 points: WASM compatibility

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

See https://dart.dev/web/wasm 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

  • Running dart format failed:
Formatted 3 files (0 changed) in 0.01 seconds.
Warning: Package resolution error when reading "analysis_options.yaml" file:
Failed to resolve package URI "package:flutter_lints/flutter.yaml" in include.
Could not format because the source could not be parsed:

line 35, column 22 of ../../pana_SLJRRA/example/lib/main.dart: This requires the 'super-parameters' language feature to be enabled.
   ╷
35 │   const OpusFlutter({super.key});
   │                      ^^^^^
   ╵```
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
opus_flutter_ios ^3.0.1 3.0.1 3.0.1
opus_flutter_new_android ^3.0.1 3.0.1 3.0.1
opus_flutter_new_windows ^3.0.2 3.0.2 3.0.2
opus_flutter_platform_interface ^3.0.0 3.0.0 3.0.0
opus_flutter_web ^3.0.3 3.0.3 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
code_assets - 1.0.0 1.0.0
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.1.5 2.1.5
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 1.0.0 1.0.0
inject_js - 2.1.0 2.1.0
js - 0.6.7 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.1
native_toolchain_c - 0.17.4 0.17.4
objective_c - 9.2.5 9.2.5
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
vector_math - 2.2.0 2.2.0
web_ffi - 0.7.2 0.7.2
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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.8, Flutter 3.38.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
135
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Loads a DynamicLibrary of opus for usage with opus_dart on flutter platforms.

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, opus_flutter_ios, opus_flutter_new_android, opus_flutter_new_windows, opus_flutter_platform_interface, opus_flutter_web

More

Packages that depend on opus_flutter_new

Packages that implement opus_flutter_new