https://github.com/dauntlessdev/xylophone-musical
Basic flutter xylophone app for playing sounds virtually
https://github.com/dauntlessdev/xylophone-musical
audio dart flutter packages
Last synced: about 2 months ago
JSON representation
Basic flutter xylophone app for playing sounds virtually
- Host: GitHub
- URL: https://github.com/dauntlessdev/xylophone-musical
- Owner: DauntlessDev
- Created: 2020-06-04T00:17:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T00:23:53.000Z (about 6 years ago)
- Last Synced: 2025-04-02T14:52:04.537Z (about 1 year ago)
- Topics: audio, dart, flutter, packages
- Language: Dart
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xylophone 🎹
## What is this app?
We’re going to make a music app that plays Xylophone sounds. For every Beethoven out there, this will let you unleash your musical talent where ever you are.

## Learnings
- How to incorporate open source libraries of code into your project using Flutter Packages.
- How to play sound on both iOS and Android.
- How to generate repeated user interface Widgets.
- How to use Dart functions that can take input arguments as well as return an output.
- Dart arrow syntax for writing one line functions.
# Xylophone-Musical