Skip to content

londonappbrewery/Xylophone-Flutter-Completed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Brewery Banner

Xylophone 🎹

Our Goal

In this tutorial we will be diving into more Dart programming concepts such as lists, loops, functions and much much more. By the end of this modules, you should be conformable using Flutter packages and building repeated widgets.

What you will create

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.

Finished App

What you will learn

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

This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.appbrewery.co

End Banner