|
@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
|
|
import 'package:flutter/services.dart';
|
|
|
import 'package:provider/provider.dart';
|
|
|
import 'package:sqflite_common_ffi/sqflite_ffi.dart';
|
|
|
+import 'package:turquessa_mesas_hoster/mvvm/views/home/carrito/Recojer_screen.dart';
|
|
|
import 'package:turquessa_mesas_hoster/mvvm/views/home/carrito/carrito_screen.dart';
|
|
|
import 'package:turquessa_mesas_hoster/mvvm/views/home/producto/producto_screen.dart';
|
|
|
import 'dart:io';
|
|
@@ -87,6 +88,7 @@ class MyApp extends StatelessWidget {
|
|
|
'producto': (context) =>
|
|
|
ProductScreen(product: Product.staticSandwich()),
|
|
|
'carrito': (context) => const CarritoScreen(),
|
|
|
+ 'Recojer': (context) => const RecojerScreen(),
|
|
|
},
|
|
|
);
|
|
|
}
|