-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42b2dcb
commit 9b328f6
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
# recipes. | ||
- Simple Flutter App for Cocktails and Drinks Recipes. | ||
|
||
# Note. | ||
## Architecture. | ||
- Clean Architecture with structure similar to `DDD` Using Riverpod and Freezed. | ||
|
||
## Note. | ||
- The main branch of this repo is developed using flutter `riverpod` for state management and `freezed` for code generation. | ||
- Check this [branch](https://github.com/mo7amedaliEbaid/recipes/tree/cubit) for cubit implementation `Bloc Pattern`. | ||
|
||
# Ui Design. | ||
## Ui Design. | ||
- Figma Community [Make-Your-Own-Drink-App](https://www.figma.com/file/wWyRmaSDRSEFx8GqX36O2Y/Make-Your-Own-Drink-App-(Community)?type=design&node-id=2-2&mode=design&t=PTWXrra3sUQWvDbv-0) | ||
|
||
# Api | ||
## Api | ||
- Free [www.thecocktaildb.com](https://www.thecocktaildb.com/api.php) | ||
|
||
## ScreenShots | ||
|
||
<p float="left"> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/onBoarding.jpg" width="320" alt="recipes"/> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/home.jpg" width="320" alt="recipes"/> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/d73331652cc5f48dc2ddd6160a2e5078d8b2d2de/screenShots/drinks_by_category.jpg" width="320" alt="recipes"/> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/f6180355465696ceecf7365c0622de98429a1b1b/screenShots/details.jpg" width="320" alt="recipes"/> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/onBoarding.jpg" width="200" alt="recipes"/> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/home.jpg" width="200" alt="recipes"/> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/d73331652cc5f48dc2ddd6160a2e5078d8b2d2de/screenShots/drinks_by_category.jpg" width="200" alt="recipes"/> | ||
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/f6180355465696ceecf7365c0622de98429a1b1b/screenShots/details.jpg" width="200" alt="recipes"/> | ||
</p> |