Basic meals app, with diffrent categories of meals such as Italian, Fast food and many more
Meals app
The attached files DO NOT work as a standalone project, they are just the code I wrote (lib folder), pubspecs (dependencies) and assets (fonts to add style to the app).
To give the app a try:
- Download the Flutter SDK and Android Studio.
- Run “flutter create” on the terminal, or open up the Command Palette (Ctrl + Shift + ‘P’) in VS Code and type “Flutter: New Project”.
- Once it’s done creating the new project, add the assets folder in your new project, and replace the lib folder and the pubspecs (pubspecs.yaml and pubspec.lock) with the ones I provide in this repo.
- Run the app without debugging on an Android Virtual Device (first of all you need to have an AVD up and running before running the app).
- That’s it!
Meals app
Los archivos adjuntados NO funcionan como un proyecto por si mismos, son solo el codigo que escribi (carpeta lib), pubspecs (dependencias) y assets (fuentes para añadir estilo a la aplicacion).
Para probar la aplicacion:
- Descarga el SDK de Flutter y Android Studio.
- Corre “flutter create” en la terminal, o abre la Command Palette (Ctrl + Shift + ‘P’) en VS Code y escribe “Flutter: New Project”.
- Una vez que finalizo la creacion del nuevo proyecto, añade la carpeta assets en tu nuevo proyecto, y reemplaza la carpeta lib y pubspecs (pubspecs.yaml y pubspecs.lock) con las que yo proveo en este repositorio.
- Corre la aplicacion sin depurar en un Dispositivo Virtual de Android (primero que todo necesitas tener un DVA abierto y en funcionamiento antes de correr la app).
- Eso es todo!