Skip to content

Releases: inway/flutter_ringtone_player

v4.0.0+3

03 Jun 14:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0+2...v4.0.0+3

v4.0.0+2

23 Nov 15:13
Compare
Choose a tag to compare

What's Changed

  • docs: update README to match v4

Full Changelog: v4.0.0+1...v4.0.0+2

v4.0.0+1

21 Nov 11:51
Compare
Choose a tag to compare

What's Changed

  • pub(deps): bump plugin_platform_interface from 2.1.6 to 2.1.7 by @dependabot in #65

Full Changelog: v4.0.0...v4.0.0+1

v4.0.0

16 Nov 18:51
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE #64: support for Flutter 3.0 and Android Gradle plugin 8.1.3 - @bitsydarel
  • #63: add support for playing ringtones from direct path - @EngALAlfy

New Contributors

Full Changelog: v3.2.0...v4.0.0

v3.2.0

07 Apr 12:03
Compare
Choose a tag to compare

Thanks to @GeorgeAmgad added:

  • Custom ringtones from assets for Android and iOS. #33

v3.1.1

17 Nov 23:34
Compare
Choose a tag to compare
  • Fix FileNotFoundException but notification is played #4 #29
  • Update docs to match changes from #29

v3.0.0

25 Mar 11:01
Compare
Choose a tag to compare

Thanks to @andzejsw added:

  • Flutter 2.0 support
  • Null safety (breaking change)
  • androidx

v2.0.0

25 Mar 10:51
Compare
Choose a tag to compare

Breaking changes:

  • Add supported platforms to pubspec.yaml and in result require flutter version >=1.10
  • Allow playing sounds as alarms (thanks to @wrbl606)

v1.0.3

11 Jun 14:03
Compare
Choose a tag to compare
  • Fix iOS issues

v1.0.2

28 May 10:19
Compare
Choose a tag to compare
  • Organize return & results logic to fix #1