Commit Graph

32 Commits

Author SHA1 Message Date
Ryan Heise 598cb4a681 Update to audio_session 0.0.2 2020-08-26 21:01:03 +10:00
Ryan Heise 5145d6d2d6 Update min flutter sdk to 1.12.13+hotfix.5 2020-08-26 20:59:42 +10:00
Ryan Heise a7cf6c103f Use audio_session from pub.dev. 2020-08-23 18:00:16 +10:00
Ryan Heise c1716cbb3b Configure AndroidAudioAttributes from audio_session. 2020-08-22 13:44:51 +10:00
Ryan Heise b8ae308eec Use audio_session. 2020-08-21 12:23:39 +10:00
Ryan Heise b264c36095 Remove dependency on Java streams API. 2020-08-13 13:01:02 +10:00
Ryan Heise 858c6c01f9 Version 0.3.0 2020-08-08 03:10:18 +10:00
Ryan Heise 122a90b4fb Disable setCategory on macOS 2020-08-07 04:08:02 +10:00
Ryan Heise 372b4665a5 Add seekToNext/Previous, hasNext/Previous, polish example. 2020-08-07 02:41:55 +10:00
Ryan Heise e4789d9cd2 New state model, processingState + playing 2020-08-04 00:16:15 +10:00
Ryan Heise a63ef2ba39 Playlists, looping, shuffling for iOS 2020-07-28 03:54:00 +10:00
Ryan Heise c0c5d0c2bf Playists, looping, shuffling for Android and web 2020-07-09 13:27:53 +10:00
Ryan Heise 2739236885 Downgrade to path 1.6.4 2020-06-24 23:13:31 +10:00
Ryan Heise 4dee0906db pub upgrade 2020-06-08 00:21:33 +10:00
LKHO ee0c4cd7cd
support dynamic duration (#104)
* add duration in PlaybackEvent

* emit duration updates on dynamic length sources

* Merge branch 'master' of https://github.com/ryanheise/just_audio into pr/android-duration

# Conflicts:
#	lib/just_audio.dart

* fix merge

* update _durationFuture
2020-06-03 20:38:08 +10:00
Ryan Heise 4a5c885d6e Add missing icyMetadata parameter 2020-04-22 12:11:15 +10:00
Ryan Heise 24d97848ee Set Icy Metadata to null on iOS 2020-04-21 23:14:39 +10:00
Ryan Heise ea4be9f9ad Support # and ? in file path on Android. 2020-04-21 20:26:53 +10:00
Ryan Heise 5e9a707e08 Update state before method channel calls complete. 2020-04-18 14:28:06 +10:00
Ryan Heise b9d59620aa Update rxdart to 0.24.0 2020-04-15 23:33:22 +10:00
Ryan Heise c833bd2d3b MacOS support 2020-04-07 01:02:57 +10:00
Ryan Heise fb3511b7f7 Version 0.1.1 2020-03-07 14:05:04 +11:00
Ryan Heise 78d043b4db Support web, limit position to duration. 2020-03-07 13:50:59 +11:00
Ryan Heise 67bcd13739 Ensure there is an initial playback event and state 2020-01-21 02:30:04 +11:00
Ryan Heise c7c91c1804 Version 0.0.5 2020-01-02 01:28:09 +11:00
Ryan Heise 9d01768f0d Version 0.0.4 2019-12-29 02:40:57 +11:00
Ryan Heise 0500654188 Remove reseeking hack 2019-12-29 02:29:41 +11:00
Ryan Heise b93611dca3 Time stretching, AndroidX, update gradle 2019-12-26 00:44:08 +11:00
Ryan Heise 687553c875 iOS implementation 2019-12-01 02:28:17 +11:00
Ryan Heise 108821871d Rename project to just_audio 2019-11-28 17:55:32 +11:00
Ryan Heise 0574c041c5 Dart/Android implementation 2019-11-28 16:16:54 +11:00
Ryan Heise 64dcdc8e9c Project template 2019-11-26 01:50:21 +11:00