A contact app made in Flutter.
In this app you can save your contacts adding their photo, name, email and phone number. You can also call then directly from this app.
Clone this repository with:
git clone https://github.com/marcospardal/Flutter-Contacts.git
Now you are ready to run the app, just do:
flutter run
You can add a new contact by pressing the add button.
By clicking on the contact's photo you can choose a photo from the gallery or take a new one using the camera.
You can choose which group this contact belongs to.
In home screen you can see all your contacts, when you choose one you are able to call, edit or delete this contact.
- url_launcher - Launch dialpad with contact number.
- sqflite - Database.
- image_picker - Choose a image from gallery or take a picture with camera.



