flutter_ringtone_player
v4.0.0+4A simple player for system default ringtones, alarms and notifications
Архив пакета: https://pubdev.letsnova.ru/api/archives/flutter_ringtone_player/4.0.0+4.tar.gz
Установка
dart pub add flutter_ringtone_playerREADME
Launch Screen Assets
You can customize the launch screen with your own desired assets by replacing the image files in this directory.
You can also do it by opening your Flutter project's Xcode project with open ios/Runner.xcworkspace, selecting Runner/Assets.xcassets in the Project Navigator and dropping in the desired images.
История изменений
4.0.0+4
- Removes references to Flutter v1 android embedding classes.
4.0.0+3
- Moved
flutter_lintstodev_dependenciesto resolve #80 - Update
compileSdkVersionof example app by @rockerer #78 - Bump
flutter_lintsfrom 3.0.2 to 4.0.0 by @dependabot #79
4.0.0+2
- Update README to match v4
4.0.0+1
- Bump
plugin_platform_interfaceversion
4.0.0
- 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
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
testpackage todev_dependenciesto 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.yamland 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.
