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

https://github.com/arteevraina/talawa_design

Sample app showcasing Talawa App Proposed Design.
https://github.com/arteevraina/talawa_design

dart flutter

Last synced: 20 days ago
JSON representation

Sample app showcasing Talawa App Proposed Design.

Awesome Lists containing this project

README

        

# Talawa Design UI

[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

## Abstract

This is the UI built in Flutter according to Figma Mockups for the Palisadoes Foundation GSoC application.

Download the apk here : https://drive.google.com/file/d/1xNeCCHnJTe-ZBsQ6TKjkLAI4lQE8HzO0/view?usp=sharing.

## Dependencies used 🧰
* [google_fonts](https://pub.dev/packages/google_fonts) (for getting fonts)
* [flag](https://pub.dev/packages/flag) (for getting country flags)

## Repository Structure 🚧
```
* assets/ : contains image files used in the app.
* lib/ : all the code which is making the app run goes in this directory.
* lib/components : contains code for reusable widgets in the app like searchbox, messagebox, textboxes etc.
* lib/constants : contains the configuration for color pallets and text styles.
* lib/views : contains code for the frontend screens.
```