flutter_audio_games 0.23.1  flutter_audio_games: ^0.23.1 copied to clipboard
flutter_audio_games: ^0.23.1 copied to clipboard
Widgets useful for creating audio games.
Changes #
0.23.1 #
- Fixed a bug with touch surfaces.
0.23.0 #
- Use proper text for TouchSurfacewidgets.
- Allow multiple touches in a TouchSurface.
- Add the TouchAreawidget.
- Add keyboard shortcuts to TouchMenuwidgets.
- Allow keyboard shortcuts in TouchSurfacewidgets.
0.22.0 #
- Many bug fixes.
0.21.0 #
- Improvements to SourceLoader.
- Add touch-friendly widgets.
0.20.0 #
- Added velX,velY, andvelZproperties toSoundPosition3d.
0.19.0 #
- Moved widgets to backstreets_widgets.
0.18.0 #
- Updated backstreets_widgets.
0.17.0 #
- Added the stopPlaySoundSemanticsextension method.
0.16.1 #
- Updated backstreets_widgets.
0.16.0 #
- Added the SceneBuilderwidget.
0.15.0 #
- Use sounds instead of assets paths in GainListTile.
0.14.0 #
- Start using PhysicalKeyboardKeys forGameShortcutinstances.
0.13.2 #
- Don't look up deactivated widgets.
0.13.1 #
- Stop the PlaySoundSemanticswidget whendisposed.
0.13.0 #
- Updated flutter_synthizer.
0.12.0 #
- Added the SoundandSoundListclasses.
- Added the asSoundextension method toStringinstances.
- Added the asSoundListextension method toList<String>instances.
0.11.0 #
- Added the isOnLinemethod forPointinstances.
0.10.1 #
- Stop music lingering when the widget is rebuilt.
0.10.0 #
- Updated flutter_synthizer.
- Set lingerproperly formusicwidgets.
0.9.1 #
- Fixed a bug which meant Musicwidgets weren't rebuilt.
0.9.0 #
- Added the MaybeMusicwidget.
- Added the ShortcutsHelpScreenwidget.`
0.8.0 #
- Updated the docs.
0.7.1 #
- Use backstreets_widgetswidgets more often.
- Code clean-up.
- Added the GainListTilewidget.
- Added the TransitionSoundBuilderwidget.
0.7.0 #
- Added the GainMixin.maybeFadeextension method.
- Added the Ambianceswidget.
- Started using the backstreets_widgets package.
- Added the TimedTransitionswidget.
0.6.2 #
- Updated flutter_synthizer.
0.6.1 #
- Fixed the type of ReverbBuilder.builder.
0.6.0 #
- Added the ReverbBuilderwidget.
0.5.0 #
- Added the CutScenewidget.
- Added the PlaySoundwidget.
- 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 contextargument toGameShortcuts.
- Use an InheritedGameShortcutswidget to makeGameShortcutsaccessible to builders.
0.0.1 #
- Initial release.