flutter_system_ringtones

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter system ringtones

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';
copied to clipboard
Get a list of available sounds
await FlutterSystemRingtones.getRingtoneSounds();
copied to clipboard
Get a list of available alarm sounds
await FlutterSystemRingtones.getAlarmSounds();
copied to clipboard
Get a list of available notification sounds
await FlutterSystemRingtones.getNotificationSounds();
copied to clipboard
TODO #


Android: Get a list of available ringtones dynamically


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


Write tests

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.