ClementBeal / audio_metadata_reader

A pure-dart audio metadata reader
MIT License
18 stars 2 forks source link

Remove dependency to Flutter #3

Closed julemand101 closed 6 months ago

julemand101 commented 7 months ago

Package are described as:

A pure-Dart package for reading and writing metadata for different audio format

But in pubspec.yaml there are dependency to Flutter, flutter_test and flutter_lints. The last dependency are not that serious but I would recommend changing this package to be a normal Dart package entirely and therefore instead use https://pub.dev/packages/lints.

The dependency to Fluttes does make this "pure-Dart package" not usable for pure-Dart projects. I have looked in all source files and I see no reason for the Flutter dependency. :)

ClementBeal commented 6 months ago

Hi!

It seems I have messed up with the project generation or whatever. Thank you for reporting this! I'll be more careful for my future projects :)