결재/인벤토리 주석화 1단계 및 계획 문서 추가

This commit is contained in:
JiWoong Sul
2025-09-29 17:15:32 +09:00
parent d40cdf8272
commit 2a0db08079
11 changed files with 157 additions and 13 deletions

View File

@@ -9,8 +9,6 @@ import 'package:superport_v2/core/theme/superport_shad_theme.dart';
import 'package:superport_v2/features/inventory/inbound/presentation/pages/inbound_page.dart';
import 'package:superport_v2/features/inventory/shared/widgets/product_autocomplete_field.dart';
import '../../helpers/test_app.dart';
void main() {
TestWidgetsFlutterBinding.ensureInitialized();
@@ -77,17 +75,6 @@ void main() {
view.resetDevicePixelRatio();
});
final router = GoRouter(
initialLocation: '/inventory/inbound',
routes: [
GoRoute(
path: '/inventory/inbound',
builder: (context, state) =>
Scaffold(body: InboundPage(routeUri: state.uri)),
),
],
);
await tester.pumpWidget(
MaterialApp(
home: ScaffoldMessenger(