next_audio_recorder 0.0.3
next_audio_recorder: ^0.0.3 copied to clipboard
A new audio recorder project.
We analyzed this package 6 hours ago, and awarded it 120 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
8 out of 11 API elements (72.7 %) have documentation comments.
Some symbols that are missing documentation: next_audio_recorder
, next_audio_recorder.NextAudioRecorder
, next_audio_recorder.NextAudioRecorder.NextAudioRecorder.new
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:next_audio_recorder/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/data/data_sources/audio_handler.dart
that imports:package:flutter_sound/flutter_sound.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:next_audio_recorder/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/data/data_sources/audio_handler.dart
that imports:package:flutter_sound/flutter_sound.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:next_audio_recorder/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/data/data_sources/audio_handler.dart
that imports:package:flutter_sound/flutter_sound.dart
that declares support for platforms:Android
,iOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:next_audio_recorder/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/data/data_sources/audio_handler.dart
that imports:package:flutter_sound/flutter_sound.dart
that imports:package:flutter_sound/src/tau.dart
that imports:package:flutter_sound/public/flutter_sound_player.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:next_audio_recorder/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/next_audio_recorder.dart
that imports:package:next_audio_recorder/src/data/data_sources/audio_handler.dart
that imports:package:flutter_sound/flutter_sound.dart
that imports:package:flutter_sound/public/flutter_sound_helper.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: The value of the field '_mSubscriptionDuration' isn't used.
lib/src/data/data_sources/audio_handler.dart:15:10
╷
15 │ double _mSubscriptionDuration = 300;
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/data_sources/audio_handler.dart
/tmp/pana_TUMLBJ/lib/next_audio_recorder.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
audio_session |
^0.1.18 |
0.1.25 | 0.2.2 | |
flutter_sound |
^9.2.13 |
9.28.0 | 9.28.0 | |
flutter_sound_record_platform_interface |
^0.3.1 |
0.3.1 | 0.3.1 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
flutter_sound_platform_interface |
- | 9.28.0 | 10.3.8 | |
flutter_sound_web |
- | 9.28.0 | 10.3.8 | |
logger |
- | 2.6.2 | 2.6.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.20 | 2.2.20 | |
path_provider_foundation |
- | 2.4.3 | 2.4.3 | |
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 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
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
.
The constraint `^0.1.18` on audio_session does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions audio_session
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.