Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 666 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 666 Bytes

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.