audio_wave_url_package 1.0.34 copy "audio_wave_url_package: ^1.0.34" to clipboard
audio_wave_url_package: ^1.0.34 copied to clipboard

Flutter package to play/puase voice message in chat messengers.

105/ 160
pub points
35
downloads

We analyzed this package 2 days ago, and awarded it 105 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: audio_wave_url_package.

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: audio_wave_url_package,
    • 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 ("1.0.34").

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: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

2 out of 34 API elements (5.9 %) 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: voice_message_package, voice_message_package.CustomTrackShape, voice_message_package.CustomTrackShape.CustomTrackShape.new, voice_message_package.CustomTrackShape.getPreferredRect, voice_message_package.VoiceMessage.VoiceMessage.new.

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

  • ✓ Android

  • ✓ iOS

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:audio_wave_url_package/voice_message_package.dart that imports:
  • package:audio_wave_url_package/src/voice_message.dart that imports:
  • package:just_audio/just_audio.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Linux`.

Because:

  • package:audio_wave_url_package/voice_message_package.dart that imports:
  • package:audio_wave_url_package/src/voice_message.dart that imports:
  • package:just_audio/just_audio.dart that declares support for platforms: Android, iOS, macOS, Web.
Package does not support platform `Web`.

Because:

  • package:audio_wave_url_package/voice_message_package.dart that imports:
  • package:audio_wave_url_package/src/voice_message.dart that imports:
  • package:just_audio/just_audio.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
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 22 issues. Showing the first 2:

WARNING: Unused import: 'package:audioplayers/audioplayers.dart'.

lib/src/voice_message.dart:4:8

  ╷
4 │ import 'package:audioplayers/audioplayers.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: './helpers/widgets.dart'.

lib/src/voice_message.dart:13:8

   ╷
13 │ import './helpers/widgets.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/voice_message.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
audioplayers ^4.0.1 4.1.0 6.5.1
just_audio ^0.9.33 0.9.46 0.10.5
syncfusion_flutter_sliders ^20.4.51 20.4.54 32.1.22
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
audio_session - 0.1.25 0.2.2
audioplayers_android - 3.0.2 5.2.1
audioplayers_darwin - 4.1.0 6.3.0
audioplayers_linux - 2.1.0 4.2.1
audioplayers_platform_interface - 5.0.1 7.1.1
audioplayers_web - 3.1.0 5.1.1
audioplayers_windows - 2.0.2 4.2.1
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
ffi - 2.1.5 2.1.5
file - 6.1.4 7.0.1
http - 0.13.6 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.19.0 0.20.2
js - 0.6.7 0.7.2 Discontinued
just_audio_platform_interface - 4.6.0 4.6.0
just_audio_web - 0.4.16 0.4.16
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
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.5.1 2.5.1
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
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
syncfusion_flutter_core - 20.4.54 32.1.22
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 3.0.7 4.5.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

Found 3 issues. Showing the first 2:

The constraint `^4.0.1` on audioplayers does not support the stable version `5.0.0`.

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

The constraint `^0.9.33` on just_audio does not support the stable version `0.10.0`.

Try running dart pub upgrade --major-versions just_audio 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.5, Flutter 3.38.5, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
13
likes
105
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to play/puase voice message in chat messengers.

Documentation

API reference

License

MIT (license)

Dependencies

audioplayers, flutter, just_audio, syncfusion_flutter_sliders

More

Packages that depend on audio_wave_url_package