Skip to content

iamvpa/Meals-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meals_App

pub package pub package Awesome Flutter

A Flutter application that was built while learning Navigation/Screen features in Flutter application development. Meals-App lets you browse meals by category, mark them as favorites and set filters to decide which type of meals you want. This application contains recipes too with a step by step guide.

This project contains the basic features that are required to build an amazing Flutter application.

Getting Started

Note: Make sure your Flutter environment is setup.

Installation

In the command terminal, run the following commands:

$ git clone git@github.com:iamvpa/Meals-App.git
$ cd Meals-App/
$ flutter run

Simulate for iOS

Method One

Open the project in Xcode from ios/Runner.xcodeproj.
Hit the play button.

Method Two

Run the following command in your terminal.
$ open -a Simulator
$ flutter run

Simulate for Android

Make sure you have an Android emulator installed and running.
Run the following command in your terminal.
$ flutter run
Check out Flutter’s online documentation for help getting start with your Flutter project.