social_media_recorder 0.1.34 copy "social_media_recorder: ^0.1.34" to clipboard
social_media_recorder: ^0.1.34 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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add social_media_recorder

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  social_media_recorder: ^0.1.34

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:social_media_recorder/provider/sound_record_notifier.dart';
import 'package:social_media_recorder/screen/simple_recorder.dart';
import 'package:social_media_recorder/widgets/lock_record.dart';
import 'package:social_media_recorder/widgets/show_counter.dart';
import 'package:social_media_recorder/widgets/show_mic_with_text.dart';
import 'package:social_media_recorder/widgets/sound_recorder_when_locked_design.dart';
152
likes
0
pub points
92%
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

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on social_media_recorder