Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algokun/ksp-iph-2019-table34
Our Hackathon submission about Secure Chat Functionality submitted for National level India Police Hackathon.
https://github.com/algokun/ksp-iph-2019-table34
android chat firebase flutter secure-chat
Last synced: about 3 hours ago
JSON representation
Our Hackathon submission about Secure Chat Functionality submitted for National level India Police Hackathon.
- Host: GitHub
- URL: https://github.com/algokun/ksp-iph-2019-table34
- Owner: algokun
- Created: 2019-11-16T03:02:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T12:28:33.000Z (over 3 years ago)
- Last Synced: 2023-12-01T19:40:52.947Z (12 months ago)
- Topics: android, chat, firebase, flutter, secure-chat
- Language: Dart
- Homepage: https://ksp.gov.in/hackathon/
- Size: 1.65 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KSP-IPH-2019-Table34
# 1. Synopsis
Our theme is about Unified Communication app, Here We created Mobile Application for both IOS and Android. The Features we
implemented are:1. Login Using Bloc Pattern for better form validation.
2. We implement some of the whatsapp features like Messaging, Media Sharing, Location.
3. Blocking Screenshots and video recordings for the app to be confidencial and secure.
4. Creating an unique hash ID based on the user parameters for encrypting the user messeges.
5. We Implemented Secure chat for sharing confidencial data and that will be wiped out after some time (This time can configure by Admin As there needs).
6. All The messages and media files are wiped out after 10 hours.
7. we implemented tasks management hierarchy. So the higher authorities can give tasks to there subordinates.
8. Group is not yet done. But need to implement,# Tools and Technologies We are used.
1. Flutter SDK (Ver 1.9.1) - https://flutter.dev/docs/get-started/install.
2. Firebase - https://firebase.google.com.
3. Cron Jobs
4. Figma for UI - https://www.figma.com# Configure
1. Download Flutter SDK from given link.
2. Download Android Studio - https://developer.android.com/
3. After Downloading configure flutter - https://www.youtube.com/watch?v=M3UfYS0bqhE
4. Download Visual Studio Code and Import Project Folder and Setup your simulator or your android device and Build.