Skip to content

Commit

Permalink
Merge pull request #43 from dannyglover/add-stop-event
Browse files Browse the repository at this point in the history
Added stop event to PlaybackState
  • Loading branch information
erikas-taroza authored Oct 13, 2023
2 parents 4a7ae3e + c39d0f2 commit b1a675f
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 144 deletions.
3 changes: 3 additions & 0 deletions lib/src/bridge_definitions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ enum PlaybackState {

/// The player has finished playing the file.
done,

/// The player was stopped
stop,
}

class Player {
Expand Down
Loading

0 comments on commit b1a675f

Please sign in to comment.