/FlutterContactApp

A Flutter app for managing contacts with CRUD functionality.

Primary LanguageC++

Flutter Contact App

A simple Flutter application for managing contacts.

Table of Contents

Description

This Flutter app allows users to manage their contacts efficiently. It provides a user-friendly interface for adding, viewing, and deleting contacts.

Features

  • Add new contacts with names and phone numbers.
  • View a list of contacts with their details.
  • Delete contacts from the list.

Prerequisites:

Make sure you have the following installed:

Installation:

  1. Clone the repository:

    git clone https://github.com/AsifulAhsan/FlutterContactApp.git
    
  2. Navigate to the project directory: cd FlutterContactApp

  3. Run the app: flutter run

  4. Usage: Once the app is running, you can:

- Add a new contact by tapping the "ADD" button.

- View your contacts on the main screen.

- Delete a contact by tapping the "DELETE" button.

  1. Contributing: If you'd like to contribute to this project, please follow the Contributing Guidelines.

  2. License: This project is licensed under the MIT License.