easy_audio_trimmer 1.0.2+4 copy "easy_audio_trimmer: ^1.0.2+4" to clipboard
easy_audio_trimmer: ^1.0.2+4 copied to clipboard

A Flutter package for trimming audio. This supports retrieving, trimming, and storage of trimmed audio files to the file system.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_audio_trimmer

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

dependencies:
  easy_audio_trimmer: ^1.0.2+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:easy_audio_trimmer/easy_audio_trimmer.dart';
22
likes
110
pub points
84%
popularity

Publisher

verified publishermayurpitroda.com

A Flutter package for trimming audio. This supports retrieving, trimming, and storage of trimmed audio files to the file system.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

audioplayers, ffmpeg_kit_flutter, flutter, intl, path, path_provider

More

Packages that depend on easy_audio_trimmer