Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albugowy15/contacts

A Flutter application for managing contacts
https://github.com/albugowy15/contacts

firebase flutter getx

Last synced: about 8 hours ago
JSON representation

A Flutter application for managing contacts

Awesome Lists containing this project

README

        

# Flutter Contacts App

A Flutter application for managing contacts with an intuitive and user-friendly interface.

## Screenshots

![Flutter Contacts App Demo](https://github.com/albugowy15/image-upload/assets/49820990/2250a06c-18c9-4fd0-88f0-305678c80b8c)

## Prerequisites

- **Flutter SDK**: Ensure you have Flutter version 3.22.2 or above installed. You can download it from the official Flutter website.
- **Dart SDK**: Included with Flutter.

To check your Flutter version, run:

```bash
flutter --version
```

## Installation

To run this project, follow these steps:

1. **Clone the repository:**

```bash
git clone https://github.com/albugowy15/contacts.git
cd contacts
```

2. **Install dependencies:**

```bash
flutter pub get
```

3. **Run the app:**
```bash
flutter run
```

## APK Version

You can download the APK version of the app from the [Releases](https://github.com/albugowy15/contacts/releases) page.