Skip to content

Harsh4601/Xylophone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xylophone 🎹

We’re going to make a music app that plays Xylophone sounds. For every Beethoven out there, this will let you unleash your musical talent where ever you are.

You will get to know

●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.
●What is the difference between var, const and final in Dart.
●How to use Dart lists.
●How to loop through code using a Dart for loop.