GithubHelp home page GithubHelp logo

cupcakelab's Introduction

CupCakeLab

CupCakeLab is a recipe library app where you can browse, search, and save your favorite cupcake recipes. This app is powered by Spoonacular API. A video demonstration of the app can be found here.

Features:

  • Search for any cupcake recipe.
  • Browse popular, and explore a variety of new cupcake recipes.
  • Save cupcake recipe.

Screenshots:

CupCakeLab Splash Screen

Splash Screen

CupCakeLab Home Screen

Home Screen

CupCakeLab View Recipe Screen

View Recipe Screen

Project Information

This is a Flutter project assigned by Dr. Rizal Bin Mohd Nor for CSCI 4311: Mobile Application Development under Kulliyah of Information & Communication Technology, IIUM.

Group Members: (Laravel)

No. Name Matric No
1 Alya Aqilah Binti Ahmad Kamran 2011192
2 Nazurin Qamarina Binti Jamaludin 2118478
3 Muhammad Hadif Bin Mohd Hatta 2114589

* Please note that all the works are distributed equally; all commits in this repository do not determine the project distributions since not everyone is familiar with using GitHub and everyone has a different style of committing changes, especially in terms of the total number of commits.

Getting Started

  1. Make sure to update your Flutter to at least version 3.0.0 or later.
  $ flutter upgrade
  1. Install all dependencies with the following commands:
  $ dart pub get
  1. For Android only, add the following line in the AndroidManifest.xml as it is required for the http package.
  <!-- Required to fetch data from the internet. -->
  <uses-permission android:name="android.permission.INTERNET" />
  1. To generate the app icon, execute the following command:
  $ dart pub run flutter_launcher_icons:main
  1. To generate the app splash screen, execute the following command:
  $ dart run flutter_native_splash:create
  1. It is recommended to use your own Spoonacular apiKey in main.dart, which can be get from here.
// Spoonacular API Key
const String apiKey = /* YOUR SPOONACULAR API KEY */;
  1. Build and deploy the app as usual.

Dependencies

No. Package / Version Usage
1 flutter ^3.0.0 Base SDK, and version 3.0.0 is required for Material 3 SearchBar.
2 http Required to fetch data from the internet.
3 flutter_native_splash Required to generate native splash screens for both iOS and Android.
4 flutter_launcher_icons Required to generate native app icons for both iOS and Android.

Known Issues

  • Save for Later feature is not working.
  • Searching on the Browse page will not take any effect.

References

  • All references used for the Material 3 implementation can be found here.

cupcakelab's People

Contributors

alyakamran avatar hdfhtt avatar nazurinjamal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.