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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T18:45:59.000Z (over 1 year ago)
- Last Synced: 2024-12-23T19:37:59.216Z (over 1 year 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.

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