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

https://github.com/codenameakshay/cofista-ui

This is a simple app UI made in Flutter for a beverage ordering app. It features simple and beautiful UI, with responsive output.
https://github.com/codenameakshay/cofista-ui

Last synced: 3 months ago
JSON representation

This is a simple app UI made in Flutter for a beverage ordering app. It features simple and beautiful UI, with responsive output.

Awesome Lists containing this project

README

        

# Cofista-UI

![flutter](https://img.shields.io/badge/Flutter-Framework-brightgreen?logo=flutter)
![Dart](https://img.shields.io/badge/Dart-Language-blue?logo=dart)
![Size](https://img.shields.io/github/repo-size/codenameakshay/cofista-ui)

This is a simple app UI made in Flutter for a beverage ordering app. It features simple and beautiful UI, with responsive output.

## Demo







## Dependencies
This app uses the following packages -
- `google_fonts: ^1.0.0`
- `flutter_staggered_grid_view: ^0.3.0`
- `font_awesome_flutter: ^8.8.1`

More details about these can be found in the [`pubspec.yaml`](https://github.com/codenameakshay/cofista-ui/tree/master/pubspec.yaml) file.

## Usage

The application files for Android devices can be found under the [`bin`](https://github.com/codenameakshay/cofista-ui/tree/master/bin) folder.
- [`app-arm64-v8a-release`](/bin/app-arm64-v8a-release.apk) For most users, this will work. It is for ARM x64 based devices.
- [`app-armeabi-v7a-release`](/bin/app-armeabi-v7a-release.apk) It is for ARM-based devices.
- [`app-x86_64-release`](/bin/app-x86_64-release.apk) It is for x86 based devices.

## Development

Start by forking the repository, and then run `flutter pub get` in the local repository. You are now ready to modify, fix, update, or remove any feature in the app. If you want, you can create pull requests, we will be happy to welcome them.
>Note: This project requires Flutter Framework to be installed on your machine.