Playing Audio in Flutter
Audio requires use of a plugin, luckily there are several, which should make it easier. We are going to start by creating a basic Flutter app, the way we’ve done before. Then removing the comments. We’re going to play a small clip each time someone clicks on the increment button. Installing the Plugin Next we…