An open API service indexing awesome lists of open source software.

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 🎹

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.

![Finished App](https://github.com/londonappbrewery/Images/blob/master/xylophone-flutter.png)

## 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.

![End Banner](https://github.com/londonappbrewery/Images/blob/master/readme-end-banner.png)