https://github.com/ruferdz/xylophone
A simple xylophone application made with flutter 🎹
https://github.com/ruferdz/xylophone
Last synced: about 2 months ago
JSON representation
A simple xylophone application made with flutter 🎹
- Host: GitHub
- URL: https://github.com/ruferdz/xylophone
- Owner: RuFerdZ
- Created: 2020-07-20T18:57:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T19:00:33.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T06:14:54.032Z (over 1 year ago)
- Language: Dart
- Size: 2.99 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xylophone 🎹
## Objective
Learning how to use open source Flutter packages.
## What this is about...
A music app that plays Xylophone sounds. For every Beethoven out there, this will let you unleash your musical talent where ever you are.

## What I learnt
- 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.
