flutter_lame 1.0.3 flutter_lame: ^1.0.3 copied to clipboard
Flutter native bindings to LAME (MP3 encoder), bundled with LAME source code.
1.0.0 #
- Initial release.
- Provide
LameMp3Encoder
class - Bundle with
libmp3lame
library
1.0.1 #
- Update
dart_lame
to 1.0.3 to fix unable to encode PCM-16 data
1.0.2 #
- Fix Windows build issue.
1.0.3 #
- Fix #5: add Android plugin namespace if required
- Changed Android package id to
io.github.bestowl.flutter_lame
- example: apply Android plugin declaratively
- example: update dependencies
- Update SDK constraint to
>=2.18.0 <4.0.0