Skip to content

Instantly share code, notes, and snippets.

@minikin
Created April 28, 2021 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minikin/5d825d093cf02cd4f5beb7799af314e3 to your computer and use it in GitHub Desktop.
Save minikin/5d825d093cf02cd4f5beb7799af314e3 to your computer and use it in GitHub Desktop.
SoundCloud Audio Player for Flutter

SoundCloud Audio Player for Flutter

Abstract

There are a lot of blog posts on medium and videos on youtube about how to create commonly used widgets in Flutter. In this talk, we'll dive into how to create non-trivial widgets like SoundCloud audio player from the ground up.

You’ll learn:

  • How to build SoundCloud audio player style widget in Flutter.
  • How to playback audio files in Flutter apps.
  • How to utilize value types in Dart for better productivity and performance.
  • Basics about digital audio.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment