Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipecastrosales/contacts
A simple app made with Flutter for List Contacts, using sqflite.
https://github.com/felipecastrosales/contacts
app-contacts contact contact-list contacts contacts-app contacts-book crud crud-app crud-application flutter flutter-apps flutter-crud flutter-demo flutter-examples flutter-material flutter-sqflite sqflite sqlite udemy
Last synced: 2 months ago
JSON representation
A simple app made with Flutter for List Contacts, using sqflite.
- Host: GitHub
- URL: https://github.com/felipecastrosales/contacts
- Owner: felipecastrosales
- License: mit
- Created: 2020-09-29T18:20:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T14:27:17.000Z (6 months ago)
- Last Synced: 2024-08-04T16:18:41.800Z (6 months ago)
- Topics: app-contacts, contact, contact-list, contacts, contacts-app, contacts-book, crud, crud-app, crud-application, flutter, flutter-apps, flutter-crud, flutter-demo, flutter-examples, flutter-material, flutter-sqflite, sqflite, sqlite, udemy
- Language: Dart
- Homepage:
- Size: 2.76 MB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Contacts
Topics 📋
- [About 📖](#about-)
- [Preview 📱](#preview-)
- [How to Use 🤔](#how-to-use-)
- [How to Contribute 💪](#how-to-contribute-)
- [License 📝](#license-)
About 📖
A Contact Book made with Flutter. 💙
A Contact Application, using sqflite, a package from Flutter. Where you can create, consult, edit and delete, also organize them from A-Z, or from Z-A, put photos (from gallery), email in your contacts and phone number. 📱
---
Preview 📱
https://github.com/user-attachments/assets/a2783204-6edc-4d92-8ac9-3cd41cfa4480
---
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](https://github.com/felipecastrosales/Contacts/blob/master/LICENSE) file for more details. 😉
---
>This project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course **["Creating Android and iOS Apps with Flutter - Create 16 Apps"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios/?referralCode=1355952A966260D40D18)** on **[Udemy](https://www.udemy.com/)**.
If it helped you, give ⭐, contribute, it will help me too 😉---
[![Linkedin Badge](https://img.shields.io/badge/-Felipe%20Sales-292929?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/felipecastrosales/)](https://www.linkedin.com/in/felipecastrosales/)