audiocutter 0.0.9 copy "audiocutter: ^0.0.9" to clipboard
audiocutter: ^0.0.9 copied to clipboard

A plugin to cut audio files. Uses flutter_ffmpeg to extract audio into small file sizes, perfect for streaming small clips of audio (or ringtones). Supports iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add audiocutter

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

dependencies:
  audiocutter: ^0.0.9

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:audiocutter/audiocutter.dart';
12
likes
40
pub points
13%
popularity

Publisher

unverified uploader

A plugin to cut audio files. Uses flutter_ffmpeg to extract audio into small file sizes, perfect for streaming small clips of audio (or ringtones). Supports iOS and Android.

Repository (GitLab)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_ffmpeg, path_provider

More

Packages that depend on audiocutter