flutter_audio_games 0.15.0 flutter_audio_games: ^0.15.0 copied to clipboard
Widgets useful for creating audio games.
Changes #
0.15.0 #
- Use sounds instead of assets paths in
GainListTile
.
0.14.0 #
- Start using
PhysicalKeyboardKey
s forGameShortcut
instances.
0.13.2 #
- Don't look up deactivated widgets.
0.13.1 #
- Stop the
PlaySoundSemantics
widget whendispose
d.
0.13.0 #
- Updated
flutter_synthizer
.
0.12.0 #
- Added the
Sound
andSoundList
classes. - Added the
asSound
extension method toString
instances. - Added the
asSoundList
extension method toList<String>
instances.
0.11.0 #
- Added the
isOnLine
method forPoint
instances.
0.10.1 #
- Stop music lingering when the widget is rebuilt.
0.10.0 #
- Updated
flutter_synthizer
. - Set
linger
properly formusic
widgets.
0.9.1 #
- Fixed a bug which meant
Music
widgets weren't rebuilt.
0.9.0 #
- Added the
MaybeMusic
widget. - Added the
ShortcutsHelpScreen
widget.`
0.8.0 #
- Updated the docs.
0.7.1 #
- Use
backstreets_widgets
widgets more often. - Code clean-up.
- Added the
GainListTile
widget. - Added the
TransitionSoundBuilder
widget.
0.7.0 #
- Added the
GainMixin.maybeFade
extension method. - Added the
Ambiances
widget. - Started using the backstreets_widgets package.
- Added the
TimedTransitions
widget.
0.6.2 #
- Updated
flutter_synthizer
.
0.6.1 #
- Fixed the type of
ReverbBuilder.builder
.
0.6.0 #
- Added the
ReverbBuilder
widget.
0.5.0 #
- Added the
CutScene
widget. - Added the
PlaySound
widget. - Cleaned up the source tree.
0.4.0 #
- Added earcons to audio game menu items.
0.3.0 #
- Updated
flutter_synthizer
.
0.2.0 #
- Updated
flutter_synthizer
.
0.1.0 #
- Added a
context
argument toGameShortcut
s. - Use an
InheritedGameShortcuts
widget to makeGameShortcuts
accessible to builders.
0.0.1 #
- Initial release.