Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokay03j/frigostock-app
easely search food in fridge,etc... everywhere !
https://github.com/jokay03j/frigostock-app
food frigostock react
Last synced: about 1 month ago
JSON representation
easely search food in fridge,etc... everywhere !
- Host: GitHub
- URL: https://github.com/jokay03j/frigostock-app
- Owner: Jokay03J
- Created: 2022-04-19T09:11:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T16:07:42.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T22:21:36.479Z (almost 2 years ago)
- Topics: food, frigostock, react
- Language: Dart
- Homepage: https://github.com/frigostock/app/wiki
- Size: 5.74 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
this readme is also available in [π«π·french](readme/README_fr.md)
# frigostock## How to install Frigostock ?
# Android [![android logo](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)](https://github.com/frigostock/app/releases/latest/download/app-release.apk)
Note: the minimum android version required is 4.4.0
### 1.
[![download logo](https://img.shields.io/badge/F%20Droid-1976D2?style=for-the-badge&logo=f-droid&logoColor=white)](https://github.com/frigostock/app/releases/latest/download/app-release.apk)\
go to [this page]("https://github.com/frigostock/app/releases/latest/download/app-release.apk")
click on "install"
### 2.
a dialog box opens, click on "allow"
### 3.
you are done !
# Ios ![ios logo](https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=ios&logoColor=white)
unfortunately ios is not supported yet because i don't have iphone or mac for build ios app# How to develope app ![vscode logo](https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white) ![intelij idea](https://img.shields.io/badge/IntelliJ_IDEA-000000.svg?style=for-the-badge&logo=intellij-idea&logoColor=white)
1. install flutter sdk and dart\
2. get all dependencies
```bash
flutter pub get
```
3. configure flutterfire
```bash
flutterfire configure
```