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.
- Host: GitHub
- URL: https://github.com/codenameakshay/cofista-ui
- Owner: codenameakshay
- Created: 2020-05-13T18:16:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T22:07:16.000Z (about 5 years ago)
- Last Synced: 2024-12-28T08:27:42.034Z (5 months ago)
- Language: Dart
- Homepage:
- Size: 20.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.