Skip to content

anuragdandge/contact_assignment

Repository files navigation

Contact List App

This is a Flutter app for managing your contacts.

Getting Started

These instructions will help you run the app on your local machine.

Prerequisites

  • Flutter must be installed on your machine.

Installing

  1. Clone the repository.

    git clone https://github.com/anuragdandge/contact_assignment.git
  2. Change your working directory to the project folder.

    cd contact_assignment
  3. Get the required packages.

    flutter pub get
  4. Running the App

    To run the app, use the following command:

    flutter run

Firebase Setup

  1. Install the Firebase CLI via npm by running the following command:

    npm install -g firebase-tools 
  2. Log into Firebase using your Google account by running the following command:

    firebase login
  3. Test that the CLI is properly installed and accessing your account by listing your Firebase projects. Run the following command:

firebase projects:list  
  1. Install the FlutterFire CLI by running the following command from any directory:
dart pub global activate flutterfire_cli
  1. run the following command to ensure that your Flutter app's Firebase configuration is up-to-date:
flutterfire configure

Feature

  • Create new Contact with Parameters Name,Phone Number, Email ID , Address ,
  • View Contact list
  • Delete Contact
  • Dial number
  • Mail to the Contact
  • Firebase Database Connectivity
  • Realtime Updates
  • RegEx Validation

Apk Link

Download Debug Apk from here

Screenshots

About

Contact List App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published