iampawan / iampawan/Flutter-Music-Player

The player displays the wrong name of the music

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
1.8k
Forks
557
PR merge metrics
No merged PRs in 30d

Description

# Problem
File: now_playing.dart ,
Line: 165

The player displays the wrong name of the music

# Solution
Change the play(widget._song) for play(song)

Contributor guide

No contributing guide indexed for this repository

Research direction

Open now_playing.dart at line 165 and compare the song passed to play with the currently displayed song. Update the call so playback uses song rather than widget._song, then verify that the player shows and plays the selected music name correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.