Skip to content

Only Contacts is a simple Flutter app for managing contacts. It uses sqflite for local storage and ValueNotifier for state management, ensuring smooth performance and easy contact management.

Notifications You must be signed in to change notification settings

Ehtiram-Ullah/Contacts_app

Repository files navigation

Only Contacts

Overview

Only Contacts is a simple yet efficient Flutter application designed for managing contacts. It allows users to store and retrieve contact information locally with ease. The app is built using modern Flutter practices, ensuring smooth performance and a great user experience.

Features

  • Contact Management: Add, update, and delete contacts easily.
  • Local Data Storage: Contacts are stored locally on the device for quick access.
  • Responsive UI: Adaptable design that works across devices with different screen sizes.

Technology Stack

  • Flutter: The app is built using Flutter, a powerful cross-platform framework.
  • SQLite (via sqflite package): Contact information is stored using the sqflite package, providing efficient local storage.
  • State Management: The app uses ValueNotifier to efficiently manage state and trigger UI updates based on changes.

How It Works

  • The sqflite package is used to store contact information in a local SQLite database, ensuring data persistence between app sessions.
  • ValueNotifier is implemented for managing state, ensuring the app reacts to changes in data and updates the UI accordingly.

Screenshots

Screenshot 1 Screenshot 2

Contributing

WELCOME! We welcome all contributions to Only Contacts! Whether you're fixing bugs, adding new features, or improving documentation, your help is appreciated.

Feel free to submit a pull request or open an issue to get started.

About

Only Contacts is a simple Flutter app for managing contacts. It uses sqflite for local storage and ValueNotifier for state management, ensuring smooth performance and easy contact management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published