Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #162 from meichthys/master
Browse files Browse the repository at this point in the history
Add iOS App to readme
  • Loading branch information
Teifun2 authored Oct 16, 2022
2 parents 0ca29cc + d47100d commit e2df4e0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=com.nextcloud_cookbook_flutter)
[<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg"
alt="Get it on the App Store"
height="55" style="padding-bottom: 12px; padding-left: 10px">](https://apps.apple.com/us/app/nextcloud-cookbook/id1619926634)

# Nextcloud Cookbook Mobile Client written in Flutter

This project aims to provide a mobile client for both Android and IOs for the [Nextcloud Cookbook App](https://github.com/nextcloud/cookbook)
This project aims to provide a mobile client for both Android and iOS for the [Nextcloud Cookbook App](https://github.com/nextcloud/cookbook)

It works best with an Nextcloud installation >= 19 and a Cookbook plugin version 0.7.9

Expand Down Expand Up @@ -43,13 +46,13 @@ https://www.transifex.com/nextcloud/nextcloud/cookbook_flutter/

<img src="https://user-images.githubusercontent.com/7461832/106359784-0c7e5100-6315-11eb-809b-975ad55dd3eb.png" alt="Login Screen" width="300px" /> <img src="https://user-images.githubusercontent.com/7461832/119380264-c7659c80-bcc0-11eb-9671-45f16f6d505b.png" alt="Categories" width="300px" />
<img src="https://user-images.githubusercontent.com/7461832/106359788-0daf7e00-6315-11eb-8604-7abbc541e344.png" alt="Search" width="300px" /> <img src="https://user-images.githubusercontent.com/7461832/106359787-0daf7e00-6315-11eb-88a4-b305b796d512.png" alt="Category Recipes" width="300px" />
<img src="https://user-images.githubusercontent.com/7461832/106396792-8a705400-640a-11eb-9d81-8ca421a689f2.png" alt="Recipe" width="300px" /> <img src="https://user-images.githubusercontent.com/7461832/106359785-0d16e780-6315-11eb-9099-0c33aa8943be.png" alt="Recipe Details" width="300px" />
<img src="https://user-images.githubusercontent.com/7461832/106396793-8c3a1780-640a-11eb-9324-7a9d26205814.png" alt="Recipe Edit 1" width="300px" /> <img src="https://user-images.githubusercontent.com/7461832/106396794-8c3a1780-640a-11eb-8d64-5eb4fc90faa9.png" alt="Recipe Edit 2" width="300px" />
<img src="https://user-images.githubusercontent.com/7461832/106396792-8a705400-640a-11eb-9d81-8ca421a689f2.png" alt="Recipe" width="300px" /> <img src="https://user-images.githubusercontent.com/7461832/106359785-0d16e780-6315-11eb-9099-0c33aa8943be.png" alt="Recipe Details" width="300px" />
<img src="https://user-images.githubusercontent.com/7461832/106396793-8c3a1780-640a-11eb-9324-7a9d26205814.png" alt="Recipe Edit 1" width="300px" /> <img src="https://user-images.githubusercontent.com/7461832/106396794-8c3a1780-640a-11eb-8d64-5eb4fc90faa9.png" alt="Recipe Edit 2" width="300px" />
<img src="https://user-images.githubusercontent.com/7461832/115114582-6e536c00-9f90-11eb-873f-5f2cf9ef1e82.png" alt="Recipe Import" width="300px" />
<img src="https://user-images.githubusercontent.com/7461832/119380327-dcdac680-bcc0-11eb-80d5-f6c0d8647bc9.png" alt="Darkmode Categories" width="300px" /> <img src="https://user-images.githubusercontent.com/7461832/119380320-dc423000-bcc0-11eb-889d-2d0de9983743.png" alt="Darkmode Recipe" width="300px" />






Expand Down

0 comments on commit e2df4e0

Please sign in to comment.