Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Manik1094/Flutter-Recipes

A new Flutter app which shows the list of recipes from https://www.food2fork.com/ . This project follows BLOC Architecture.
https://github.com/Manik1094/Flutter-Recipes

dart flutter flutter-bloc-pattern flutter-bloc-pattern-rxdart rxdart

Last synced: 3 months ago
JSON representation

A new Flutter app which shows the list of recipes from https://www.food2fork.com/ . This project follows BLOC Architecture.

Awesome Lists containing this project

README

        

# flutter_recipes

[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/Manik1094)

A new Flutter App which shows list of Recipes and it's details . This project follows BLOC Architecture.

The source code is **100% Dart**, and everything resides in the [/lib](https://github.com/Manik1094/Flutter-Recipes/tree/master/lib) folder.

## Show some :heart: and star the repo to support the project

[![GitHub followers](https://img.shields.io/github/followers/Manik1094.svg?style=social&label=Follow)](https://github.com/Manik1094) [![Twitter Follow](https://img.shields.io/twitter/follow/ManikGDev.svg?style=social)](https://twitter.com/ManikGDev)

[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/Apache-2.0)

## Demo

![flutter_recipes](https://user-images.githubusercontent.com/39883547/56804332-fe97c400-6842-11e9-98e5-682ba1904fb5.gif)

## 👨 Developed By

```
Manik Gupta
```



# 👍 How to Contribute

1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

# 📃 License

Copyright (c) 2019 Manik Gupta

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## Getting Started

For help getting started with Flutter, view our online [documentation](https://flutter.dev/).

For help on editing package code, view the [documentation](https://flutter.dev/developing-packages/).