diff --git a/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart b/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart index 8f8f1e31..c5462406 100644 --- a/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart +++ b/sources/sub-projects/ayfstarter/flutter/starter_app/example/lib/models/ayf_ui_specific_widgets.dart @@ -8,7 +8,7 @@ import 'package:ayf_pack/main-widgets/ayf_audio_settings_widget.dart'; // Callback to allocate an audio device sliver in the list of active/inactive // devices lists Widget? allocateAudioDeviceSliver(AudYoFloOneDeviceSelectionOptionWithId option, - bool fromActiveList, AudYoFloSingleSelectionComponent? reportW) => + bool fromActiveList, AudYoFloSelectionComponentUi? reportW) => AudYoFloOneDeviceSliver(option, fromActiveList, reportW); // ============================================================================ @@ -17,7 +17,7 @@ Widget? allocateAudioDeviceSliver(AudYoFloOneDeviceSelectionOptionWithId option, Widget? allocateHeadtrackerDeviceSliver( AudYoFloOneDeviceSelectionOptionWithId option, bool fromActiveList, - AudYoFloSingleSelectionComponent? reportW) => + AudYoFloSelectionComponentUi? reportW) => AudYoFloOneHeadtrackerDeviceSliver(option, fromActiveList, reportW); BottomAppBar? allocatorBottomAppBar() {