A new Flutter project for managing contacts, making calls, and more.
- Dial pad with tick sound on digit press
- Contact list management
- Call history
- User profile management
- Settings screen
- Flutter SDK:
>=3.0.0 <4.0.0 - Android Studio or Visual Studio Code
- Dart SDK
- Prerequisites Before cloning a repository, make sure you have:
- Git installed Download & install from Git's official website.
- A GitHub account Sign up at GitHub.
- An SSH key (optional, but recommended) Generate and add it to GitHub for authentication.
-
Clone a GitHub Repository You can clone a GitHub repository using HTTPS or SSH.
Find the Repository URL
Go to the GitHub repository you want to clone. Click the “Code” button. Copy the HTTPS URL (e.g., https://github.com/username/repo.git). Run the Clone Command Open a terminal and run: git clone https://github.com/username/repo.git
Replace the URL with the one you copied.
assets/images/assets/sounds/tick.mp3
Run the following command in the project root directory: flutter pub get
Connect your device or start an emulator.
flutter run
demo link: https://drive.google.com/file/d/1L8nU7LONfvAvkSkIAwPYfqhCX40MeY1R/view?usp=sharing