flutter_voice_recorder_ui 0.2.1 copy "flutter_voice_recorder_ui: ^0.2.1" to clipboard
flutter_voice_recorder_ui: ^0.2.1 copied to clipboard

A WhatsApp-style hold-to-record voice button with live waveform animation. Outputs raw PCM bytes for streaming to voice-AI APIs (OpenAI, Gemini, Whisper).

130/ 160
pub points
63
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

33 out of 96 API elements (34.4 %) have documentation comments.

Some symbols that are missing documentation: flutter_voice_recorder_ui.DottedWaveform.DottedWaveform.new, flutter_voice_recorder_ui.DottedWaveform.amplitudes, flutter_voice_recorder_ui.DottedWaveform.color, flutter_voice_recorder_ui.DottedWaveform.dotSize, flutter_voice_recorder_ui.DottedWaveform.gap.

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 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Web

These platforms are not supported:

Package does not support platform `Linux`.

Because:

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

Because:

  • package:flutter_voice_recorder_ui/flutter_voice_recorder_ui.dart that imports:
  • package:flutter_voice_recorder_ui/src/voice_recorder_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.

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
10 / 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 ^12.0.1 12.0.3 13.0.1
record ^6.1.2 6.2.1 7.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
permission_handler_android - 13.0.1 14.0.0
permission_handler_apple - 9.6.1 9.6.1
permission_handler_html - 0.1.4+1 0.1.4+1
permission_handler_platform_interface - 4.4.0 4.4.0
permission_handler_windows - 0.2.2 0.2.2
plugin_platform_interface - 2.1.8 2.1.8
record_android - 1.5.2 2.1.2
record_ios - 1.2.1 2.1.1
record_linux - 1.3.1 2.1.1
record_macos - 1.2.2 2.1.1
record_platform_interface - 1.6.0 2.1.0
record_web - 1.3.0 2.1.2
record_windows - 1.0.7 2.2.3
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

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

The constraint `^12.0.1` on permission_handler does not support the stable version `13.0.0`, that was published 18 days ago.

When permission_handler is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions permission_handler to update the constraint.

The constraint `^6.1.2` on record does not support the stable version `7.0.0`.

Try running dart pub upgrade --major-versions record to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_NAMED_PARAMETER - lib/src/voice_recorder_controller.dart:92:36 - The named parameter 'request' isn't defined.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.18, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
130
points
63
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A WhatsApp-style hold-to-record voice button with live waveform animation. Outputs raw PCM bytes for streaming to voice-AI APIs (OpenAI, Gemini, Whisper).

Repository (GitHub)
View/report issues

Topics

#voice #audio #recorder #waveform #ai

License

MIT (license)

Dependencies

flutter, permission_handler, record

More

Packages that depend on flutter_voice_recorder_ui