Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/albugowy15/contacts
- Owner: albugowy15
- Created: 2024-07-08T02:53:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T09:20:05.000Z (4 months ago)
- Last Synced: 2024-08-23T22:15:05.576Z (3 months ago)
- Topics: firebase, flutter, getx
- Language: Dart
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.