Flutter: Audio Player Using just_audio

JC.log
JavaScript in Plain English

--

Hello everyone, today we will see how to integrate an audio player in a Flutter app. This demo app will have a player UI and will be able to load and play audio using the just_audio package.

The UI part

Let’s start with building the UI for the player. I will keep it simple for the demo purpose, but it has all the basic features for playing audio.

--

--