/flutter_contacts_app

A simple Flutter app to manage contacts with add, edit, delete, and search functionalities. Contacts are displayed in alphabetical order, and a confirmation banner appears before deletion. The app supports direct calling and uses SQLite for local storage.

Primary LanguageC++

Contact Management App

A Flutter-based contact management application that allows users to manage their contact list. The app enables adding, editing, deleting, and searching for contacts with ease. It also provides a call button for each contact to quickly place a call.

Features:

  • Add new contacts with name, pseudo, and phone number.
  • Edit or delete existing contacts with a confirmation prompt.
  • Search contacts by name using a search bar.
  • Contacts are sorted in alphabetical order.
  • Direct calling functionality by tapping the call button.

Getting Started:

  1. Clone the repository: \\�ash git clone https://github.com/yourusername/contact_management_app.git \\
  2. Navigate to the project directory: \\�ash cd contact_management_app \\
  3. Install dependencies: \\�ash flutter pub get \\
  4. Run the app: \\�ash flutter run \\

License:

This project is licensed under the MIT License.