Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 737 Bytes

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 737 Bytes

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 to dev_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.