Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ezabyss/flutter-xylophone
- Owner: ezabyss
- Created: 2024-12-23T18:35:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T18:45:59.000Z (about 2 months ago)
- Last Synced: 2024-12-23T19:37:59.216Z (about 2 months ago)
- Topics: android-studio, dart, flutter-app
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.