-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOG.md. Reformat to 80 chars and fix case issues to fit …
…in with pub.dev lints.
- Loading branch information
1 parent
527e813
commit 1f19e98
Showing
5 changed files
with
38 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
name: mp3_info | ||
description: A package for extracting key meta information from an MP3 file including sample rate, bitrate and duration. Written in pure Dart. | ||
version: 0.2.0 | ||
version: 0.2.1 | ||
homepage: https://github.com/amugofjava/mp3_info | ||
|
||
environment: | ||
sdk: '>=2.12.0 <3.0.0' | ||
|
||
#dependencies: | ||
|
||
dev_dependencies: | ||
pedantic: ^1.11.0 | ||
test: ^1.16.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters