voice_message_recorder 0.0.1
voice_message_recorder: ^0.0.1 copied to clipboard
best way to record voice like whatsapp
We analyzed this package 3 days ago, and awarded it 80 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting voice_message_recorder... Discovering libraries... Linking elements... Precaching local docs for 1167887 elements... Initialized dartdoc with 1343 libraries Generating docs for library widgets/show_mic_with_text.dart from package:voice_message_recorder/widgets/show_mic_with_text.dart... Generating docs for library widgets/lock_record.dart from package:voice_message_recorder/widgets/lock_record.dart... Generating docs for library widgets/show_counter.dart from package:voice_message_recorder/widgets/show_counter.dart... Generating docs for library widgets/sound_recorder_when_locked_design.dart from package:voice_message_recorder/widgets/sound_recorder_when_locked_design.dart... Generating docs for library screen/camera/VideoView.dart from package:voice_message_recorder/screen/camera/VideoView.dart... [9 more lines] ERR: warning: unresolved doc reference [✔️] from package-voice_message_recorder: file:///tmp/pana_BKEVPS warning: voice_message_recorder has no library level documentation comments from voice_message_recorder: (file:///tmp/pana_BKEVPS/lib/widgets/show_mic_with_text.dart:1:1) warning: voice_message_recorder has no library level documentation comments from voice_message_recorder: (file:///tmp/pana_BKEVPS/lib/widgets/lock_record.dart:1:1) error: file already written at "voice_message_recorder/index.html" for symbol voice_message_recorder: (file:///tmp/pana_BKEVPS/lib/widgets/lock_record.dart:1:1) conflicting with file already generated by voice_message_recorder: (file:///tmp/pana_BKEVPS/lib/widgets/show_mic_with_text.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. [53 more lines]
10/10 points: Package has an example
20/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 does not support platform `Android`.
Because:
package:voice_message_recorder/screen/voice_message_recorder.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:voice_message_recorder/screen/voice_message_recorder.dartthat imports:package:file_picker/file_picker.dartthat imports:package:file_picker/src/file_picker.dartthat imports:package:file_picker/src/windows/file_picker_windows.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:voice_message_recorder/screen/camera/VideoView.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:voice_message_recorder/provider/sound_record_notifier.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:voice_message_recorder/provider/sound_record_notifier.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:voice_message_recorder/provider/sound_record_notifier.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 42 issues. Showing the first 2:
ERROR: Undefined class 'FlutterContactPicker'.
lib/screen/voice_message_recorder.dart:149:9
╷
149 │ final FlutterContactPicker _contactPicker = FlutterContactPicker();
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/screen/voice_message_recorder.dart
ERROR: The method 'FlutterContactPicker' isn't defined for the type '_VoiceMessageRecorder'.
lib/screen/voice_message_recorder.dart:149:47
╷
149 │ final FlutterContactPicker _contactPicker = FlutterContactPicker();
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/screen/voice_message_recorder.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
animated_text_kit |
^4.2.2 |
4.3.0 | 4.3.0 | |
audioplayers |
^5.2.1 |
5.2.1 | 6.5.1 | |
camera |
^0.11.0+1 |
0.11.2+1 | 0.11.2+1 | |
country_flags |
^2.2.0 |
2.2.0 | 4.1.0 | |
cupertino_icons |
^1.0.6 |
1.0.8 | 1.0.8 | |
emoji_picker_flutter |
^2.2.0 |
2.2.0 | 4.3.0 | |
file_picker |
7.0.2 |
7.0.2 | 10.3.3 | |
flutter_cache_manager |
^3.3.1 |
3.4.1 | 3.4.1 | |
flutter_multi_formatter |
^2.12.4 |
2.13.10 | 2.13.10 | |
flutter_native_contact_picker |
^0.0.6 |
0.0.11 | 0.0.11 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
just_audio |
^0.9.37 |
0.9.44 | 0.10.5 | |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
provider |
^6.1.1 |
6.1.5+1 | 6.1.5+1 | |
record |
^4.4.4 |
4.4.4 | 6.1.2 | |
syncfusion_flutter_sliders |
^25.1.41 |
25.2.7 | 31.2.3 | |
video_player |
^2.8.7 |
2.10.0 | 2.10.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
audio_session |
- | 0.1.25 | 0.2.2 | |
audioplayers_android |
- | 4.0.3 | 5.2.1 | |
audioplayers_darwin |
- | 5.0.2 | 6.3.0 | |
audioplayers_linux |
- | 3.1.0 | 4.2.1 | |
audioplayers_platform_interface |
- | 6.1.0 | 7.1.1 | |
audioplayers_web |
- | 4.1.0 | 5.1.1 | |
audioplayers_windows |
- | 3.1.0 | 4.2.1 | |
base58check |
- | 2.0.0 | 2.0.0 | |
bech32 |
- | 0.2.2 | 0.2.2 | |
camera_android_camerax |
- | 0.6.24 | 0.6.24 | |
camera_avfoundation |
- | 0.9.22+4 | 0.9.22+4 | |
camera_platform_interface |
- | 2.11.0 | 2.11.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.32 | 2.0.32 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.19.0 | 0.20.2 | |
jovial_misc |
- | 0.9.2 | 0.9.2 | |
jovial_svg |
- | 1.1.28 | 1.1.28 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
just_audio_platform_interface |
- | 4.6.0 | 4.6.0 | |
just_audio_web |
- | 0.4.13 | 0.4.16 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.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 | |
permission_handler_android |
- | 12.1.0 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
record_linux |
- | 0.4.1 | 1.2.1 | |
record_macos |
- | 0.2.2 | 1.1.2 | |
record_platform_interface |
- | 0.5.0 | 1.4.0 | |
record_web |
- | 0.5.0 | 1.2.1 | |
record_windows |
- | 0.7.1 | 1.0.7 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
shared_preferences |
- | 2.5.3 | 2.5.3 | |
shared_preferences_android |
- | 2.4.15 | 2.4.15 | |
shared_preferences_foundation |
- | 2.5.5 | 2.5.5 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
syncfusion_flutter_core |
- | 25.2.7 | 31.2.3 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player_android |
- | 2.8.17 | 2.8.17 | |
video_player_avfoundation |
- | 2.8.5 | 2.8.5 | |
video_player_platform_interface |
- | 6.5.0 | 6.5.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
web |
- | 0.5.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^5.2.1` on audioplayers does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions audioplayers to update the constraint.
The constraint `^2.2.0` on country_flags does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions country_flags 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.23.0, Flutter 3.35.6, Dart 3.9.2.
Check the analysis log for details.