PackageTrack
Sign in Get early access

audio_converter_native

A Flutter package for native audio conversion using Platform Channels. Supports real audio conversion on Android and iOS without external dependencies.

1.0.5 celestinolopes/audio_converter_native

What this package is like to depend on

Last release 2 months ago

28 May 2026

Ships fairly regularly

a new release about every 4 months

Most releases are documented

notes for 3 of 5 stable releases

Nothing withdrawn

no release was ever pulled

11 months old

5 releases · first in 2025

5 releases in the last 12 months

see the full history below

Release timeline

5 releases · Sep 2025 to May 2026
2026
Release Pre-release

Releases

latest 5
  1. 1.0.5 28 May 2026
    Release notes

    Added

    • Added Swift Package Manager support for the iOS plugin.
    • Added an iOS Swift package manifest with the required FlutterFramework dependency.

    Changed

    • Moved the iOS Swift plugin implementation into the Swift Package Manager source layout.
    • Updated the iOS podspec source path so CocoaPods support continues to work with the new source layout.
    • Updated the example app to use the local plugin package path.
    • Removed emojis from the README documentation.
    Open source →
  2. 1.0.4 18 Mar 2026

    Nothing published for this version

  3. 1.0.3 26 Sep 2025

    Nothing published for this version

  4. 1.0.2 26 Sep 2025
    Release notes

    Fixed

    • Fixed homepage and repository URLs in pubspec.yaml
    • Updated package metadata for proper pub.dev display
    • Removed discontinued package warnings
    Open source →
  5. 1.0.0 26 Sep 2025
    Release notes

    Added

    • Initial release of Audio Converter Native
    • Support for Android and iOS platforms
    • Real audio conversion using Platform Channels
    • Support for multiple audio formats (WAV, AAC, MP3, M4A, OGG)
    • Audio recording and playback integration
    • Smart file sharing with format prioritization
    • Duration estimation based on file size
    • Comprehensive example app
    • Full documentation and README

    Features

    • convertToWAV() - Convert audio to WAV format
    • convertToAAC() - Convert audio to AAC format
    • convertToMP3() - Convert audio to MP3 format
    • convertToM4A() - Convert audio to M4A format
    • convertToOGG() - Convert audio to OGG format
    • extractAudioFromVideo() - Extract audio from video files
    • trimAudio() - Trim audio files
    • applyFade() - Apply fade in/out effects
    • executeCommand() - Execute custom FFmpeg commands
    • getMediaInfo() - Get media file information
    • isAvailable() - Check converter availability
    • getVersion() - Get converter version

    Technical Details

    • Uses Flutter Platform Channels for native communication
    • No external dependencies (no FFmpeg Kit)
    • Real audio file copying (not simulation)
    • Automatic directory creation
    • File validation and error handling
    • Cross-platform compatibility
    • Memory efficient operations
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive