flutter_audio_games 0.15.0 copy "flutter_audio_games: ^0.15.0" to clipboard
flutter_audio_games: ^0.15.0 copied to clipboard

Widgets useful for creating audio games.

flutter_audio_games #

Description #

This package is intended as a Flutter replacement for dart_sdl. It provides various widgets for rapidly building audio games, and simplifies many common tasks.

Getting Started #

To create a blank game, you can use the flutter_audio_games_template template:

gh repo create --private --clone -p chrisnorman7/flutter_audio_games_template new_game

When you have the new repository, you will need to replace __name__ with the actual name of your game.