- Fix FileNotFoundException but notification is played #4 #29
- Update docs to match changes from #29
- Android V2 embedding (thanks to @aarajput)
- Added
test
package todev_dependencies
to fix CI errors
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.