LinkLocker is a simple yet powerful Flutter application designed to store and manage contacts locally. It allows users to add profiles with links, share contacts via QR codes, and quickly search contacts by name or number. With QR scanning support, adding contacts has never been easier! The app follows Clean Architecture principles for maintainability and scalability.
📷 Click here to see all the screenshots
- Add profile & Links
- Share profile and contacts with QR.
- Contacts can be added with via QR scanning.
- Search contact by name and number
- Open phone dialer
S.N. | Features | Packages |
---|---|---|
1. | Splash Screen | flutter_native_splash |
2. | Launcher Icon | flutter_launcher_icons |
3. | Routing | go_router |
4. | Local Data Storage | sqflite |
5. | File Path Handling | path |
6. | File Storage & Access | path_provider |
7. | Image Picker | image_picker |
8. | Image Compression | flutter_image_compress |
9. | Date & Number Formatting | intl |
10. | Qr Code Generation | qr_flutter |
11. | Qr Code Scanning | mobile_scanner |
12. | Text Sharing | share_plus |
13. | Dialpad Open | url_launcher |
14. | Pie Chart | fl_chart |