ym_flutter_ringtone_player 1.0.0 copy "ym_flutter_ringtone_player: ^1.0.0" to clipboard
ym_flutter_ringtone_player: ^1.0.0 copied to clipboard

A simple player for system default ringtones, alarms and notifications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ym_flutter_ringtone_player

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ym_flutter_ringtone_player: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ym_flutter_ringtone_player/android_sounds.dart';
import 'package:ym_flutter_ringtone_player/flutter_ringtone_player.dart';
import 'package:ym_flutter_ringtone_player/flutter_ringtone_player_method_channel.dart';
import 'package:ym_flutter_ringtone_player/flutter_ringtone_player_platform_interface.dart';
import 'package:ym_flutter_ringtone_player/ios_sounds.dart';
0
likes
150
points
70
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple player for system default ringtones, alarms and notifications

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface

More

Packages that depend on ym_flutter_ringtone_player

Packages that implement ym_flutter_ringtone_player