flutter_simple_record_and_player 1.0.0+0.4 copy "flutter_simple_record_and_player: ^1.0.0+0.4" to clipboard
flutter_simple_record_and_player: ^1.0.0+0.4 copied to clipboard

It is very simple to use recording and playback voice, supports Android and Apple, and has its own permission acquisition control

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_simple_record_and_player

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

dependencies:
  flutter_simple_record_and_player: ^1.0.0+0.4

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:flutter_simple_record_and_player/fluttersimplerecordandplayer.dart';
import 'package:flutter_simple_record_and_player/simpleSoundRecordAndPlayer.dart';
2
likes
25
pub points
0%
popularity

Publisher

unverified uploader

It is very simple to use recording and playback voice, supports Android and Apple, and has its own permission acquisition control

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

audioplayer, flutter, path_provider, permission_handler, record_mp3

More

Packages that depend on flutter_simple_record_and_player