Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tech-andgar/xylophone-flutter
https://github.com/tech-andgar/xylophone-flutter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tech-andgar/xylophone-flutter
- Owner: tech-andgar
- Created: 2020-08-17T22:39:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T23:09:23.000Z (over 4 years ago)
- Last Synced: 2024-04-24T22:28:51.987Z (9 months ago)
- Language: Dart
- Size: 3.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xylophone Flutter πΉ
## 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.
![Finished App](https://github.com/londonappbrewery/Images/blob/master/xylophone-flutter.png)
## 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.