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

outdated

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

social_media_recorder #

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

Screenshots #

Android #

<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

min SDK: 16

iOs #

<key>NSMicrophoneUsageDescription</key>
<string>We need to access to the microphone to record audio file</string>

min SDK: 8.0

Usage #

Align(

   alignment: Alignment.centerRight,
   
   child: RecorderReplaysAndComments(
   
   sendRequestFunction: (soundFile) {
   
   # soundFile represent the sound you recording
   
   },

),

);

166
likes
0
points
642
downloads

Publisher

unverified uploader

Weekly Downloads

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

License

unknown (license)

Dependencies

animated_text_kit, cupertino_icons, flutter, path_provider, permission_handler, provider, record_mp3, uuid

More

Packages that depend on social_media_recorder