https://github.com/funyin/xylophone-flutter
Xylophone Flutter App Tutorail by Angela Yu(Flutter:5)
https://github.com/funyin/xylophone-flutter
Last synced: 2 months ago
JSON representation
Xylophone Flutter App Tutorail by Angela Yu(Flutter:5)
- Host: GitHub
- URL: https://github.com/funyin/xylophone-flutter
- Owner: funyin
- Created: 2020-09-14T02:18:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:10:44.000Z (over 1 year ago)
- Last Synced: 2025-02-06T13:22:38.932Z (4 months ago)
- Language: Dart
- Size: 2.99 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Xylophone 🎹
## Our Goal
In this tutorial we will be diving into more Dart programming concepts and learning how to use open source Flutter packages. By the end of this module, you should be comfortable 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.

## 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.
- Dart arrow syntax for writing one line functions.>This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at [www.appbrewery.co](https://www.appbrewery.co/)
