Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivansaul/flutter_coffee_shop_app

A simple multiplatform application made with Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.
https://github.com/ivansaul/flutter_coffee_shop_app

flutter flutter-app flutter-apps flutter-demo flutter-examples flutter-ui ui

Last synced: about 1 month ago
JSON representation

A simple multiplatform application made with Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.

Awesome Lists containing this project

README

        

![Repo Banner](https://i.imgur.com/AJotJH9.png)

# Flutter Coffee Shop App

A simple multiplatform application. Developed using Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.

This project is not completed yet, as soon as possible when it's complete I will update it here. Stay tuned for more exciting updates!

[![Made-with-flutter](https://img.shields.io/badge/Made%20with-Flutter-orange)](https://flutter.dev/)
![GitHub repo size](https://img.shields.io/github/repo-size/ivansaul/flutter_coffee_shop_app)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

### Don't forget to ⭐ the repo
![GitHub stars](https://img.shields.io/github/stars/ivansaul/flutter_coffee_shop_app?style=social)
![GitHub forks](https://img.shields.io/github/forks/ivansaul/flutter_coffee_shop_app?style=social)

## Features

- [x] Coffee menu
- [x] Infinite scrolling
- [x] Reviews and ratings
- [x] Order customization
- [x] Introductory screens
- [x] Custom search bar
- [x] Custom Bottom navigation bar

and much more...
Check it yourself :)

## Screenshots


Screenshots

## Demo


Demo

## Packages we are using:

Package | Usage
------------ | -------------
[google_fonts](https://pub.dev/packages/google_fonts) | A Flutter package to use fonts from fonts.google.com.
[smooth_page_indicator](https://pub.dev/packages/smooth_page_indicator) | Customizable animated page indicator with a set of built-in effects.

## Design
- [Figma](https://www.figma.com/community/file/1118287005440855350)
- [Dibbble](https://dribbble.com/shots/15475209-Coffee-Shop-Mobile-Apps-Dark-Mode)

## Building from Source

1. If you don't have Flutter SDK installed, please visit official [Flutter](https://flutter.dev/) site.
2. Fetch latest source code from master branch.

```
git clone https://github.com/ivansaul/flutter_coffee_shop_app.git
```

3. Run the app with Android Studio or VS Code. Or the command line:

```
flutter pub get
flutter run
```

## Contribute

Contributions are welcome.

## Facing any Issue?

Feel free to open an Issue :)