felipecastrosales / Contacts

A simple app made with Flutter for List Contacts, using sqflite.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image FlatIcon

Contacts

Topics πŸ“‹

About πŸ“–

A Contact Book made with Flutter. πŸ’™
A Contact Application, using sqflite, a packpage from Flutter. Where you can create, consult, edit and delete, also organize them from A-Z, or from Z-A, put photos (from gallery) and email in your contacts.
This application is in version 1.2.


Preview πŸ“±


  • See all in demo folder. πŸ§πŸ“‚

Challenges and Learnings along the way 🀯

In this application, which is a little more complex, I learned and also reinforced many previous lessons.
I used new widgets, resources and this example of CRUD (Create, Read, Update and Delete), made me learn a lot, it will certainly be a learning experience that I will take with me in all the technologies that I will learn.
In this project I also used the SQLite database, with the Flutter plugin, the sqflite, which will help insert, query, update and delete queries.


How to Use πŸ€”

- Clone this repository:
$ git clone https://github.com/felipecastrosales/Contacts contacts

- Enter in directory:
$ cd contacts

- For install dependencies:
$ flutter packages get

- Run the app: 
$ flutter run

How to Contribute πŸ’ͺ

- Fork the project 

- Create a new branch with your changes:
$ git checkout -b my-feature

- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"

- Submit your changes:
$ git push origin my-feature

License πŸ“

This repository is under MIT license. You can see the LICENSE file for more details. πŸ˜‰


This project was developed with ❀️ by @Felipe Sales, with the instructor Daniel Ciolfi, in the course "Creating Android and iOS Apps with Flutter - Create 16 Apps" on Udemy.
If it helped you, give ⭐, contribute, it will help me too πŸ˜‰


Linkedin Badge

About

A simple app made with Flutter for List Contacts, using sqflite.

License:MIT License


Languages

Language:Dart 96.2%Language:Swift 2.7%Language:Kotlin 0.9%Language:Objective-C 0.2%