Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter flutter logo contacts app

a flutter project with implementation of a contacts app in 4 ways (api, custom, preferences and sqflite). it consist of some common operations like create, edit, search and view operations on contacts. contacts in this project are not linked with the contacts stored in your smart phone.

app demonstrating the use of flutter and php

app logo created using material design icons
for hosting used 000webhost

built with

flutter – cross platform app development framework.

screenshots

implement a contacts app (4 ways)
implement a contacts app (4 ways)
ways_available
contacts
logs
navigation_drawer
contact_details
deleted_contacts
edit_contact
search_contacts_with_search_query
create_contact
google_place_search

how to use this app.

  • host the sample included inside phpbackend on preferred web hosting
  • CREATE TABLE IF NOT EXISTSs inside your database using contacts.sql
  • if you are using your own website with the steps mentioned above edit the following constant inside constants.dart static const string _contact_api_base_url = “https://hafinse.000webhostapp.com/contact/“;
  • make sure to edit databaseconnection.php and change following things if you are using the files available in phpbackend- private $host = “your_host”;
    private $db_name = “your_database_name”;
    private $username = “your_user_name”;
    private $password = “your_password”;
  • make sure to use your own google place search api key edit the following constant inside constants.dart const string google_place_api_key = “replace_it_with_your_own_api_key”;

not interested in doing above steps just download this repo and use it as it is already hosted on free web host 000webhost hafinse

things you can learn through this project –

  1. hero animation from a contact list item to contact detail.
  2. google place search.
  3. right swipe to edit a contact and left swipe to delete a contact.
  4. regular expressions.
  5. form validations.
  6. multiple floating action button on single page.
  7. starting a page for result.
  8. conversion from base64 string to image and image to base64 string.
  9. image picking from gallery and camera.
  10. call intent launching from contact details.
  11. mail intent launching from contact details.
  12. map intent launching from contact details
  13. store and retrieve values from apis.
  14. store and retrieve values from shared preference.
  15. store and retrieve values from sqlite database.
  16. store and retrieve values from temporary objects.
  17. navigation drawer.
  18. navigation drawer with multiple type of views.
  19. navigation between pages.
  20. performing operations in background thread.
  21. background operations chaining.
  22. integration of rest apis.
  23. creation of rest apis in php
  24. serialization and desserialization of json.
  25. progressdialogs and snackbar.
  26. custom progress dialog & custom views.

features implemented

  • app is working on android and ios platforms.
  • app implemented in 4 ways for all the operations available in the app-> api = integrate rest apis created in php postman collection link for rest apis -> custom = used classes and objects -> preferences = used shared preferences -> sqflite = used sqlite database
  • rest apis in php
  • splash
  • navigation drawer
  • contacts list
  • deleted contacts list
  • logs
  • create contact
  • contact details
  • edit contact
  • search contacts
  • floating action button
  • hero animation
  • google place search

Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top