Skip to content

Commit

Permalink
Extract Flutter-independent code into separate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker1024 committed Apr 9, 2021
1 parent ccde6ee commit bae3119
Show file tree
Hide file tree
Showing 18 changed files with 2,859 additions and 2,687 deletions.
2 changes: 1 addition & 1 deletion audio_service/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ class LoggingAudioHandler extends CompositeAudioHandler {
}

/// An [AudioHandler] for playing a list of podcast episodes.
class AudioPlayerHandler extends BaseAudioHandler
class AudioPlayerHandler extends BaseFlutterAudioHandler
with QueueHandler, SeekHandler {
// ignore: close_sinks
final BehaviorSubject<List<MediaItem>> _recentSubject =
Expand Down
Loading

0 comments on commit bae3119

Please sign in to comment.