manual_speech_to_text 1.0.4 copy "manual_speech_to_text: ^1.0.4" to clipboard
manual_speech_to_text: ^1.0.4 copied to clipboard

A Flutter package that provides manual control over speech-to-text functionality, allowing continuous listening with custom start, pause, resume, and stop callbacks without automatic pauses during spe [...]

130/ 160
pub points
341
downloads

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

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

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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/sagarkalel/manual_speech_to_text/blob/main/README.md was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

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

Detected license: MIT.

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

12 out of 20 API elements (60.0 %) have documentation comments.

Some symbols that are missing documentation: manual_speech_to_text, manual_speech_to_text.ManualSttController, manual_speech_to_text.ManualSttController.context, manual_speech_to_text.ManualSttController.dispose, manual_speech_to_text.ManualSttController.pauseStt.

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 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 `Linux`.

Because:

  • package:manual_speech_to_text/manual_speech_to_text.dart that imports:
  • package:manual_speech_to_text/src/manual_stt_controller.dart that imports:
  • package:speech_to_text/speech_to_text.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:manual_speech_to_text/manual_speech_to_text.dart that imports:
  • package:manual_speech_to_text/src/manual_stt_controller.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.

WASM-ready: This package is compatible with runtime wasm. 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

INFO: 'pauseFor' is deprecated and shouldn't be used. Use SpeechListenOptions.pauseFor instead.

lib/src/manual_stt_service.dart:103:7

    ╷
103 │       pauseFor: Duration(seconds: 2 + pauseIfMuteFor.inSeconds),
    │       ^^^^^^^^
    ╵

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

INFO: 'localeId' is deprecated and shouldn't be used. Use SpeechListenOptions.localeId instead.

lib/src/manual_stt_service.dart:124:7

    ╷
124 │       localeId: localId,
    │       ^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/manual_stt_service.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
permission_handler ^11.3.1 11.4.0 12.0.2
speech_to_text ^7.0.0 7.4.0 7.4.0
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
json_annotation - 4.12.0 4.12.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.2
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.8 9.4.8
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
plugin_platform_interface - 2.1.8 2.1.8
speech_to_text_platform_interface - 2.4.0 2.4.0
speech_to_text_windows - 1.0.1 1.0.1
vector_math - 2.2.0 2.3.0
web - 1.1.1 1.1.1

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

The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions permission_handler 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.12, Flutter 3.44.0, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
28
likes
130
points
341
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides manual control over speech-to-text functionality, allowing continuous listening with custom start, pause, resume, and stop callbacks without automatic pauses during speech breaks.

Repository (GitHub)
View/report issues

Topics

#speech-to-text #flutter #voice-recognition #text-processing #audio

License

MIT (license)

Dependencies

flutter, permission_handler, speech_to_text

More

Packages that depend on manual_speech_to_text