{"id":13685552,"url":"https://github.com/AmitJoki/Enigma","last_synced_at":"2025-05-01T04:31:38.350Z","repository":{"id":34992415,"uuid":"182089870","full_name":"AmitJoki/Enigma","owner":"AmitJoki","description":"A full-fledged one-to-one chat app developed entirely in Flutter","archived":false,"fork":false,"pushed_at":"2023-01-09T11:47:52.000Z","size":922,"stargazers_count":398,"open_issues_count":17,"forks_count":121,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-12T07:38:10.371Z","etag":null,"topics":["authentication","chat","chat-application","dart","flutter","privacy"],"latest_commit_sha":null,"homepage":"https://amitjoki.github.io/Enigma","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmitJoki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-18T13:09:17.000Z","updated_at":"2024-10-29T02:00:12.000Z","dependencies_parsed_at":"2023-01-15T11:38:57.862Z","dependency_job_id":null,"html_url":"https://github.com/AmitJoki/Enigma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitJoki%2FEnigma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitJoki%2FEnigma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitJoki%2FEnigma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmitJoki%2FEnigma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmitJoki","download_url":"https://codeload.github.com/AmitJoki/Enigma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251824414,"owners_count":21649862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","chat","chat-application","dart","flutter","privacy"],"created_at":"2024-08-02T14:00:53.522Z","updated_at":"2025-05-01T04:31:36.652Z","avatar_url":"https://github.com/AmitJoki.png","language":"Dart","readme":"\u003ca href=\"https://github.com/Solido/awesome-flutter\"\u003e\n   \u003cimg alt=\"Awesome Flutter\" src=\"https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true\u0026style=flat-square\" /\u003e\n\u003c/a\u003e\n\n# Enigma\n\nEnigma - A minimalist, locked-down one-to-one chat app.\n\n## Usage\n\n* [Flutter - Get Started](https://flutter.dev/docs/get-started/install)\n* Since this is a Firebase dependent project, create a Firebase Project and enable\n  * Firebase Phone Authentication (for authentication)\n  * Cloud Firestore (not Realtime Database)\n  * Firebase Storage (for storing images)\n  * Firebase In-App Messaging (for custom messages)\n* After enabling the above features, download the `google-services.json` and paste it in `android/app` folder.\n* Do `flutter packages get` to get the packages.\n* Use a device or an emulator and run `flutter run`.\n\n## Notifications\n\n1. Enable FCM in your Firebase Console.\n2. Notifications use Cloud Functions. Copy the `functions` directory to the root of your project.\n3. Do `firebase deploy --only functions` You need to have `firebase-cli` installed for this command to execute.\n\n## Screenshots\n\n![Screenshot #1](https://i.imgur.com/j6K1iKg.jpg)\n\n\n## Firebase Rules for Storage and Cloud Firestore\n\nI've used the following basic rule\n\n```\nallow read, write: if request.auth.uid != null;\n```\n\nbut you can be more restrictive if you so wish. For more info - [Get Started on Writing Rules](https://firebase.google.com/docs/firestore/security/get-started#writing_rules)\n\n\u003ca href='https://play.google.com/store/apps/details?id=com.enigma.amitjoki\u0026pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/\u003e\u003c/a\u003e\n\n\u003csmall\u003eGoogle Play and the Google Play logo are trademarks of Google LLC.\u003c/small\u003e\n\n\n## Features\n\n**Authentication:** Passcode authentication is enabled which is needed to unlock hidden and locked chats. If your device supports fingerprint authentication, then you can use it as well.\n\n**End-To-End Encryption:** Your messages are encrypted right from the moment you send it. This makes sure that only the recipient receives the message and \u003cb\u003eNO ONE ELSE.\u003c/b\u003e\n\n**Hide Chats:** You can hide chats to protect against prying eyes. YOU will have to authorize to unhide the chats.\n\n**Lock Chats:** Hidden chats not secure enough? Lock individual chats which only open after YOU have authorized it.\n\n**End Conversations:** Once you're done with a conversation, you can choose to end it, by swiping your friend's message from left to right. Doing so will delete all the conversation up until that message. \n\n**Save messages:** Double tap on any message to save it locally. Saved messages can be viewed by swiping right to left on the chat screen.\n\n**No pesky notifications:** We do not believe in keeping users addicted to our app by frequent notifications. Chat when you feel like it. We do not bother you with notifications.\n\n**No forwarding:** Enigma is developed to be an intimate one-to-one chat application. There's no option for forwarding messages. Hence no fake news.\n\n**Beautiful, minimal UI:** The UI is uncluttered and beautiful. Gestures are used to make it pragmatic instead of using additional screen space.\n\n**Less than 10 MB:** All the above features are tucked under a measely \u003c 10 MB APK Size.\n\n## Acknowledgement\n\nPasscode Widget: https://github.com/xPutnikx/flutter-passcode [Apache 2.0 License](https://github.com/xPutnikx/flutter-passcode/blob/master/LICENSE)\n","funding_links":[],"categories":["开源App","开源应用","Dart","Top [🔝](#readme)","Open Source Apps"],"sub_categories":["Top","热门的"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAmitJoki%2FEnigma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAmitJoki%2FEnigma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAmitJoki%2FEnigma/lists"}