An open API service indexing awesome lists of open source software.

https://github.com/jamison0902/flutter-meals-app

Navigation & Multi-Screen Apps
https://github.com/jamison0902/flutter-meals-app

dart flutter

Last synced: about 2 months ago
JSON representation

Navigation & Multi-Screen Apps

Awesome Lists containing this project

README

          

# Meals App
Navigation & Multi-Screen Apps, allow users to navigate between screens

- Managing screen stacks
- Working with tab bars
- Using Side Drawers

| ![Imagem 1](meal_1.png) | ![Imagem 2](meal_2.png) | ![Imagem 3](meal_3.png) |![Imagem4](meal_4.png) |
|---|---|---|---|

## Starting the application
Before you begin, make sure you have Flutter installed and configured correctly on your machine. If you prefer, you can also use a mobile device emulator. After downloading and unzipping the project files, follow the steps below:

1. Open the terminal and navigate to the directory where the project files were saved.

2. Run the command below to ensure that all project dependencies are installed:

```
flutter pub get
```

3. After successfully installing the dependencies, start the application by running the following command:

```
flutter run
```

4. With this, the application should be compiled and run on the emulator or connected device.