ncs_io 1.0.0
ncs_io: ^1.0.0 copied to clipboard
Unofficial NoCopyrightSound client for flutter to play/download copyright free songs.
1.0.0 #
- Breaking Changes:
- Reorganized internal directory structure.
- Renamed
JustParsertoNcsParser. - Refactored Enums to enhanced enums:
- Use
.idinstead of.selectforGenreTypeandMood. - Use
.valueinstead of.selectforVersion. - Renamed
int.genre()extension toint.genreName. - Renamed
int.mood()extension toint.moodName.
- Use
- Improvements:
- Migrate to Flutter 3.10.0+ and Dart 3.0.0+.
- Enhanced performance by optimizing HTML parsing using RegExp where applicable.
0.0.4 #
- getMusic() and searchMusic() null safe response
0.0.3 #
- pubspec.yaml issue fix
0.0.2 #
- Initial Release
0.0.1 #
- TODO: Describe initial release.