simple navigation for creating recipe
This commit is contained in:
10
lib/pages/create_recipe_pages/ingredients_page.dart
Normal file
10
lib/pages/create_recipe_pages/ingredients_page.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class IngredientsPage extends StatelessWidget {
|
||||
const IngredientsPage({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Center(child: const Text('Ingredients'));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user