Skip to content

Commit

Permalink
Merge branch 'master' into nnbd
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Mar 3, 2021
2 parents 2b0d495 + d78782f commit 0665e48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

* Null safety.

## 0.6.15+1

* Fix doc references.

## 0.6.15

* Fix bug with spaces in asset paths.
Expand Down
4 changes: 2 additions & 2 deletions just_audio/lib/just_audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ class IcyMetadata {

/// Encapsulates the [sequence] and [currentIndex] state and ensures
/// consistency such that [currentIndex] is within the range of
/// [sequence.length]. If [sequence.length] is 0, then [currentIndex] is also
/// `sequence.length`. If `sequence.length` is 0, then [currentIndex] is also
/// 0.
class SequenceState {
/// The sequence of the current [AudioSource].
Expand Down Expand Up @@ -1890,7 +1890,7 @@ class ConcatenatingAudioSource extends AudioSource {
}
}

/// (Untested) Removes all [AudioSources].
/// (Untested) Removes all [AudioSource]s.
Future<void> clear() async {
children.clear();
_shuffleOrder.clear();
Expand Down

0 comments on commit 0665e48

Please sign in to comment.