social_media_recorder 1.1.13 copy "social_media_recorder: ^1.1.13" to clipboard
social_media_recorder: ^1.1.13 copied to clipboard

A Flutter package for both android and iOS which provides Audio recorder from microphone to a given file path through Button to record voice like social media Button

148
likes
110/ 140
pub points
91%
popularity

We analyzed this package 4 days ago, and awarded it 110 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

failed
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting social_media_recorder... Discovering libraries... Linking elements... Precaching local docs for 600830 elements... Initialized dartdoc with 773 libraries Generating docs for library provider/sound_record_notifier.dart from package:social_media_recorder/provider/sound_record_notifier.dart... Generating docs for library audio_encoder_type.dart from package:social_media_recorder/audio_encoder_type.dart... Generating docs for library screen/social_media_recorder.dart from package:social_media_recorder/screen/social_media_recorder.dart... Generating docs for library main.dart from package:social_media_recorder/main.dart... Generating docs for library widgets/sound_recorder_when_locked_design.dart from package:social_media_recorder/widgets/sound_recorder_when_locked_design.dart... [4 more lines] ERR: warning: social_media_recorder has no library level documentation comments from social_media_recorder: (file:///tmp/pana_UTPQOG/lib/screen/social_media_recorder.dart:1:9) warning: social_media_recorder has no library level documentation comments from social_media_recorder: (file:///tmp/pana_UTPQOG/lib/widgets/sound_recorder_when_locked_design.dart:1:9) error: file already written at "social_media_recorder/social_media_recorder-library.html" for symbol social_media_recorder: (file:///tmp/pana_UTPQOG/lib/widgets/sound_recorder_when_locked_design.dart:1:9) conflicting with file already generated by social_media_recorder: (file:///tmp/pana_UTPQOG/lib/screen/social_media_recorder.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'social_media_recorder' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [37 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:social_media_recorder/main.dart that imports:
  • package:social_media_recorder/screen/social_media_recorder.dart that imports:
  • package:social_media_recorder/widgets/sound_recorder_when_locked_design.dart that imports:
  • package:social_media_recorder/widgets/show_counter.dart that imports:
  • package:social_media_recorder/provider/sound_record_notifier.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:social_media_recorder/main.dart that imports:
  • package:social_media_recorder/screen/social_media_recorder.dart that imports:
  • package:social_media_recorder/widgets/sound_recorder_when_locked_design.dart that imports:
  • package:social_media_recorder/widgets/show_counter.dart that imports:
  • package:social_media_recorder/provider/sound_record_notifier.dart that imports:
  • package:permission_handler/permission_handler.dart that declares support for platforms: Android, iOS, Windows, Web.
Package does not support platform `Web`.

Because:

  • package:social_media_recorder/main.dart that imports:
  • package:social_media_recorder/screen/social_media_recorder.dart that imports:
  • package:social_media_recorder/widgets/sound_recorder_when_locked_design.dart that imports:
  • package:social_media_recorder/widgets/show_counter.dart that imports:
  • package:social_media_recorder/provider/sound_record_notifier.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

lib/provider/sound_record_notifier.dart doesn't match the Dart formatter.

To format your files run: dart format .

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
animated_text_kit ^4.2.2 4.2.2 4.2.2
cupertino_icons ^1.0.6 1.0.8 1.0.8
flutter flutter 0.0.0 0.0.0
path_provider ^2.1.1 2.1.3 2.1.3
permission_handler ^11.0.0 11.3.1 11.3.1
provider ^6.1.1 6.1.2 6.1.2
record ^4.4.4 4.4.4 5.0.5
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
ffi - 2.1.2 2.1.2
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
path - 1.9.0 1.9.0
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
permission_handler_android - 12.0.6 12.0.6
permission_handler_apple - 9.4.4 9.4.4
permission_handler_html - 0.1.1 0.1.1
permission_handler_platform_interface - 4.2.1 4.2.1
permission_handler_windows - 0.2.1 0.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
record_linux - 0.4.1 0.7.1
record_macos - 0.2.2 0.2.2
record_platform_interface - 0.5.0 1.0.2
record_web - 0.5.0 1.0.5
record_windows - 0.7.1 1.0.2
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
win32 - 5.5.0 5.5.0
xdg_directories - 1.0.4 1.0.4

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

The constraint `^4.4.4` on record does not support the stable version `5.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

148
likes
110
pub points
91%
popularity

Publisher

unverified uploader

A Flutter package for both android and iOS which provides Audio recorder from microphone to a given file path through Button to record voice like social media Button

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

animated_text_kit, cupertino_icons, flutter, path_provider, permission_handler, provider, record

More

Packages that depend on social_media_recorder