- Moved
flutter_lints
todev_dependencies
to resolve #80 - Update
compileSdkVersion
of example app by @rockerer #78 - Bump
flutter_lints
from 3.0.2 to 4.0.0 by @dependabot #79
- Update README to match v4
- Bump
plugin_platform_interface
version
- 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
Thanks to @GeorgeAmgad added:
- Custom ringtones from assets for Android and iOS. #33
- 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.