Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ezabyss/flutter-xylophone

Flutter/Dart Xylophone App
https://github.com/ezabyss/flutter-xylophone

android-studio dart flutter-app

Last synced: about 2 months ago
JSON representation

Flutter/Dart Xylophone App

Awesome Lists containing this project

README

        

# Xylophone 🎹

Goal
To Build An Xylophone app that plays Xylophone sounds.

![xylophone - screenshot](https://github.com/user-attachments/assets/f8c98e51-4eaf-4ac4-8bff-0924bd366f52)

# This project Covered
* How to incorporate open source libraries of code into your project using Flutter Packages.
* How to play sound
* How to generate repeated user interface Widgets.
* How to use Dart functions that can take input arguments as well as return an output.