eztags 1.0.1 copy "eztags: ^1.0.1" to clipboard
eztags: ^1.0.1 copied to clipboard

Simple pure-dart package to write ID3 tags to any type of file

example/eztags_example.dart

import 'package:eztags/eztags.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
6
likes
150
points
43
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Simple pure-dart package to write ID3 tags to any type of file

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http, recase

More

Packages that depend on eztags