sound_edit 0.0.3 copy "sound_edit: ^0.0.3" to clipboard
sound_edit: ^0.0.3 copied to clipboard

This function allows you to combine audio files regardless of extension and edit the playback time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sound_edit

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

dependencies:
  sound_edit: ^0.0.3

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:sound_edit/sound_edit_animation_view.dart';
import 'package:sound_edit/sound_edit_asset_list.dart';
import 'package:sound_edit/sound_edit_channel.dart';
import 'package:sound_edit/sound_edit_dialog.dart';
import 'package:sound_edit/sound_edit_gifImage.dart';
import 'package:sound_edit/sound_edit_override_widget.dart';
import 'package:sound_edit/sound_edit_slider.dart';
3
likes
140
pub points
0%
popularity

Publisher

verified publishereverydaysoft.co.jp

This function allows you to combine audio files regardless of extension and edit the playback time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cupertino_icons, flutter, path, path_provider

More

Packages that depend on sound_edit