Integrate audioplayers, vibration, and file_picker packages to provide audio/haptic feedback on registration success/failure. Add sound settings UI in SettingsPage for customizing notification sounds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
345 B
C++
15 lines
345 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <audioplayers_windows/audioplayers_windows_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
AudioplayersWindowsPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
|
|
}
|