Hi everyone,
I'm trying to implement custom notifications with Awesome_notification. Normally, custom sounds are added to Flutter's resource files (like app/src/main/res/raw/ringtone_1.mp3
on Android).
source : https://pub.dev/packages/awesome_notifications#-scheduling-a-notification
However, FlutterFlow doesn't allow adding files to resource directories.
Does anyone know how to integrate custom sound files for notifications in FlutterFlow? Any suggestions or workarounds would be greatly appreciated !