flutter_system_ringtones 0.0.2 copy "flutter_system_ringtones: ^0.0.2" to clipboard
flutter_system_ringtones: ^0.0.2 copied to clipboard

An Android & iOS (WIP) plugin to retrieve a list of system ringtones using native API's

flutter_system_ringtones #

An Android & iOS (WIP) plugin to dynamically retrieve a list of system sounds using native API's

Getting Started #

Import the package

import 'package:flutter_system_ringtones/flutter_system_ringtones.dart';

Get a list of available ringtones

await FlutterSystemRingtones.getRingtones();

Get a list of available alarm ringtones

await FlutterSystemRingtones.getAlarms();

Get a list of available notification ringtones

await FlutterSystemRingtones.getNotifications();

TODO #

  • Android: Get a list of available ringtones dynamically

  • iOS: Get a list of available ringtones dynamically (Help Wanted)

  • Write tests

7
likes
0
pub points
85%
popularity

Publisher

verified publisherimed.dev

An Android & iOS (WIP) plugin to retrieve a list of system ringtones using native API's

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_system_ringtones