flutter_kdxf_sst_nrt 0.0.2
flutter_kdxf_sst_nrt: ^0.0.2 copied to clipboard
科大讯飞语音转文字,流式语音识别实现,基于Flutter3.7.10
We analyzed this package 2 days ago, and awarded it 90 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.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/ssh199956/fl_kdxf_sst_nrt was unreachable. Make sure that the website is reachable via HEAD requests.
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
42 out of 173 API elements (24.3 %) have documentation comments.
Some symbols that are missing documentation: base_kdxf, base_kdxf.KDXFBaseSpeechRecognitionBlueMixin, base_kdxf.KDXFBaseSpeechRecognitionBlueMixin.KDXFDispose, base_kdxf.KDXFBaseSpeechRecognitionBlueMixin.KDXFInit, base_kdxf.KDXFBaseSpeechRecognitionBlueMixin.KDXFStartListening.
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
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 52 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:flutter_sound/public/tau.dart'.
lib/kdxf_speech/kdxf_plugins/utils/sound_manage.dart:7:8
╷
7 │ import 'package:flutter_sound/public/tau.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/kdxf_speech/kdxf_plugins/utils/sound_manage.dart
ERROR: The argument type 'StreamSink
lib/kdxf_speech/kdxf_plugins/utils/sound_manage.dart:67:17
╷
67 │ toStream: recordingDataController?.sink,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/kdxf_speech/kdxf_plugins/utils/sound_manage.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
flutter_colorpicker |
^1.0.3 |
1.1.0 | 1.1.0 | |
flutter_sound |
^9.2.13 |
9.28.0 | 9.30.0 | |
intl |
^0.18.1 |
0.18.1 | 0.20.2 | |
permission_handler |
^10.2.0 |
10.4.5 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
siri_wave |
^0.3.0 |
0.3.0 | 2.3.0 | |
web_socket_channel |
^2.4.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.5 | 2.1.5 | |
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.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 | |
permission_handler_android |
- | 10.3.6 | 13.0.1 | |
permission_handler_apple |
- | 9.1.4 | 9.4.7 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
permission_handler_windows |
- | 0.1.3 | 0.2.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 0.5.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 4 issues. Showing the first 2:
The constraint `^0.18.1` on intl does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions intl to update the constraint.
The constraint `^10.2.0` on permission_handler does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.