Skip to content

Commit

Permalink
voiceoutput 관련 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnkim committed Sep 4, 2024
1 parent fc9d7dd commit 646c574
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 205 deletions.
21 changes: 0 additions & 21 deletions lib/feature/voiceOutput/VoiceOutputScreen.dart

This file was deleted.

11 changes: 0 additions & 11 deletions lib/feature/voiceOutput/provider/VoiceOutputProvider.dart

This file was deleted.

66 changes: 0 additions & 66 deletions lib/feature/voiceOutput/widget/VoiceOutputWidget.dart

This file was deleted.

23 changes: 0 additions & 23 deletions lib/feature/voiceoutput/VoiceOutputScreen.dart

This file was deleted.

11 changes: 0 additions & 11 deletions lib/feature/voiceoutput/provider/VoiceOutputProvider.dart

This file was deleted.

31 changes: 0 additions & 31 deletions lib/feature/voiceoutput/widget/VoiceOutputItemWidget.dart

This file was deleted.

34 changes: 0 additions & 34 deletions lib/feature/voiceoutput/widget/VoiceOutputListWidget.dart

This file was deleted.

9 changes: 1 addition & 8 deletions lib/router/RouterProvider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import '../feature/profile/ProfileDetailScreen.dart';
import '../feature/rank/RankScreen.dart';
import '../feature/signup/SignUpScreen.dart';
import '../utils/ResponsiveLayoutBuilder.dart';
import '../feature/voiceoutput/VoiceOutputScreen.dart';

final routerProvider = Provider<GoRouter>((ref) {
return GoRouter(
Expand Down Expand Up @@ -140,14 +139,8 @@ final routerProvider = Provider<GoRouter>((ref) {
path: 'match',
name: MatchScreen.name,
builder: (context, state) => const MatchScreen()),
GoRoute(
path: 'voiceoutput',
name: VoiceOutputScreen.name,
builder: (context, state) =>
ResponsiveLayoutBuilder(context, const VoiceOutputScreen()),
)
],
),
],
);
});
});

0 comments on commit 646c574

Please sign in to comment.