Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dinukanavaratna/cake_masters-simple_flutter_application

This is a simple flutter application targetting Android OS, developed for a friend of mine covering his requirements.
https://github.com/dinukanavaratna/cake_masters-simple_flutter_application

android android-app android-studio dart firebase firebase-storage firestore flutter flutter-app flutter-apps

Last synced: 5 days ago
JSON representation

This is a simple flutter application targetting Android OS, developed for a friend of mine covering his requirements.

Awesome Lists containing this project

README

        

# Cake Masters - Simple Flutter Application
This is a simple flutter application targetting Android OS, developed for a friend of mine covering his requirements.

The main purpose of this application was to share Cake recipes and users can upload an image of the cake they prepared by following the recipes given through the app. By comparing the uploaded image with the image given in the database, the user will be given a badge after calculating the score.


Please note that this was done within 48 hrs and that the codebase is not optimized for the best performance.

## Functions
Display all the items in the database.

Show information of each item separately on separate pages.

Take picture or upload image from the gallery.

Show badge depending on the score given from the backend after comparing the images.

REST API communication through HTTP requests

## Technologies
Dart (Flutter)

Firestore, Firebase Storage (Update the google-services.json file in 'android/app/'

Python for image comparision

! Python image comparision codebase is not included in this repo.