Thanks to @andzejsw added:
- Flutter 2.0 support
- Null safety (breaking change)
- androidx
Breaking changes:
- Add supported platforms to
pubspec.yaml
and in result require flutter version >=1.10 - Allow playing sounds as alarms (thanks to @wrbl606)
- Fix iOS issues
- Organize return & results logic to fix #1
- Refactor API to allow arbitrary sound ID's on iOS
- Stable version with iOS & Android support
- Initial release.