flutter_synthizer 0.4.1 flutter_synthizer: ^0.4.1 copied to clipboard
Handle Synthizer objects from Flutter.
Changelog #
0.4.1 #
- Stop enforcing
linger
.
0.4.0 #
- Added more parameters to
BuildContext.playSound
.
0.3.4 #
- Fixed a bug which was introduced in 0.3.3.
0.3.3 #
- Don't configure linger when
destroy
istrue
.
0.3.2 #
- Affected the change from
0.3.1
that I didn't actually do.
0.3.1 #
- Made the
destroy
argument toBuildContext.playSound
mandatory.
0.3.0 #
- Added the
addInput
andremoveInput
extension methods toSource
s.
0.2.0 #
- Made arguments on
BufferCache.getBufferFromAssetBundle
positional.
0.1.0 #
- Added the
getBufferFromAssetBundle
method. - Made
fade
work on anySynthizerObject
which hasgain
.`
0.0.2 #
- Added a proper license.
0.0.1 #
- Initial release.