FLUTTER ECOSYSTEM

audiotagger

Library to read and write ID3 tags to MP3 files. You can get data as Map object or Tag object.

Latest version
2.2.1
30-day downloads
187
Likes
47
Pub points
70

Package Overview

Package selection guidance compiled from public package information, community data, and project usage.

Overview

Audiotagger is a Flutter/Dart package that enables reading and writing ID3 tags in MP3 files. It provides access to metadata such as title, artist, album, and more, returning data either as a Map object or a structured Tag object. Ideal for audio management apps, it supports basic tag manipulation without requiring external dependencies. The library is lightweight and focused on core functionality, making it suitable for developers needing straightforward ID3 tag handling in their music applications.

Use cases
  • Editing MP3 metadata
  • Reading song information
  • Batch tag updates
  • Music app development
  • Metadata extraction from audio files
Key features
  • Read and write ID3 tags
  • Supports Map and Tag object output
  • Lightweight and simple API
  • No external dependencies
  • Cross-platform compatibility
Suitable for
  • Flutter developers working with audio files
  • Apps needing MP3 metadata management
  • Simple tag editing tools
  • Audio library integrations
  • Desktop and mobile audio applications
Considerations
  • Limited to ID3 tags (not other formats)
  • No support for advanced tag types
  • Platform-specific file access required
  • Does not handle other audio formats
  • Requires manual error handling for file operations
Supported platformsNot available

Install package

flutter pub add audiotagger

Categories

Source repository

Related projects