flutter_voice_otp 1.0.2
flutter_voice_otp: ^1.0.2 copied to clipboard
A production-ready Flutter widget for entering OTPs via keyboard or voice, with automatic spoken-number-to-digit conversion.
We analyzed this package 10 days ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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
69 out of 79 API elements (87.3 %) have documentation comments.
Some symbols that are missing documentation: flutter_voice_otp.VoiceOtpController.VoiceOtpController.new, flutter_voice_otp.VoiceOtpController.ensureInitialized, flutter_voice_otp.VoiceOtpController.onChanged, flutter_voice_otp.VoiceOtpController.onCompleted, flutter_voice_otp.VoiceOtpController.onListeningStart.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:flutter_voice_otp/flutter_voice_otp.dartthat imports:package:flutter_voice_otp/src/voice_controller.dartthat imports:package:flutter_voice_otp/src/speech_service.dartthat imports:package:speech_to_text/speech_recognition_result.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: 'localeId' is deprecated and shouldn't be used. Use SpeechListenOptions.localeId instead.
lib/src/speech_service.dart:77:7
╷
77 │ localeId: localeId,
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/speech_service.dart
INFO: 'listenFor' is deprecated and shouldn't be used. Use SpeechListenOptions.listenFor instead.
lib/src/speech_service.dart:78:7
╷
78 │ listenFor: listenFor,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/speech_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
speech_to_text |
^7.4.0 |
7.4.0 | 7.4.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
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.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.