- Diving into Dart programming concepts.
- Learning how to use open source Flutter packages.
- Trying Flutter packages and building repeated widgets.
- A music app that plays Xylophone sounds.
- For every Beethoven out there, this will let you unleash your musical talent where ever you are.
- 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.
- Clone or Download the repository.
- Open it in Android Studio or any other IDE which supports dart.
- Import the dependencies using "pub-get" command.
- Run the main.dart file.
- Clone or Download the repository.
- Open it in Android Studio or any other IDE which supports dart.
- Import the dependencies using "pub-get" command.
- Make the changes.
- Test the added features or code changes.
- Submit a Pull Request.