flutter_ringtone_player 3.2.0
flutter_ringtone_player: ^3.2.0 copied to clipboard
A simple player for system default ringtones, alarms and notifications
3.2.0 #
Thanks to @GeorgeAmgad added:
- Custom ringtones from assets for Android and iOS. #33
3.1.1 #
- Fix FileNotFoundException but notification is played #4 #29
- Update docs to match changes from #29
3.1.0 #
- Android V2 embedding (thanks to @aarajput)
- Added
test
package todev_dependencies
to fix CI errors
3.0.0 #
Thanks to @andzejsw added:
- Flutter 2.0 support
- Null safety (breaking change)
- androidx
2.0.0 #
Breaking changes:
- Add supported platforms to
pubspec.yaml
and in result require flutter version >=1.10 - Allow playing sounds as alarms (thanks to @wrbl606)
1.0.3 #
- Fix iOS issues
1.0.2 #
- Organize return & results logic to fix #1
1.0.1 #
- Refactor API to allow arbitrary sound ID's on iOS
1.0.0 #
- Stable version with iOS & Android support
0.0.1 #
- Initial release.