easy_audio_trimmer 2.0.0
easy_audio_trimmer: ^2.0.0 copied to clipboard
A Flutter package for trimming audio. This supports retrieving, trimming, and storage of trimmed audio files to the file system.
2.0.0 #
-
Migration & Modernization:
- Added support for the latest Flutter SDK versions (SDK
>= 3.0.0). - Upgraded core audio engine to
audioplayers: ^6.7.0for reliable modern playback and state observation. - Replaced
ffmpeg_kit_flutterwithffmpeg_kit_flutter_new: ^4.1.0for modern compatibility. - Modernized example app's Android configurations to Gradle Kotlin DSL (
build.gradle.ktsand settings.gradle.kts). - Upgraded and fixed
file_pickerAndroid compilation error (cannot find symbol: class FilePickerPlugin) under modern Kotlin/Gradle environment.
- Added support for the latest Flutter SDK versions (SDK
-
Bug Fixes:
- Fixed a bug where
TrimViewercompletely disappeared (const SizedBox()) after initialization of trimmer. It now consistently rendersFixedTrimViewer. - Resolved an issue where the center handle could still be dragged when
allowAudioSelectionwas set tofalse.
- Fixed a bug where
-
Features:
- Fully integrated
StorageDir.externalStorageDirectorysupport in the example app to save trimmed audio directly to accessible external storage.
- Fully integrated
1.0.1+4 #
- Update plugin versions
1.0.1+3 #
- Update plugin versions
1.0.1+2 #
- Added more description.
1.0.1+1 #
- Trimmer Demo Preview Added.
1.0.1 #
- README ADDED.
1.0.0 #
- Initial Open Source release.