Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.86 KB

README.md

File metadata and controls

72 lines (58 loc) · 2.86 KB

Keep Document

A Flutter Application for securely storing your personal data in your mobile application. Useful for storing personal identities and other important documents that you may need at the click of a button.

Available on: Play Store

Join Us

Be a part of the SemiKolan Developer's Community by joining our Discord Server. Here you can discuss about the project or ask any other queries and there will be a lot of folks to help

File Structure


keep-document
├── android\
├── assets\
├── ios\
├── lib\
│   ├── models\
│   │   ├── additem.dart
│   │   ├── dataitem.dart
│   │   └── sharedpref.dart
│   │
│   ├── screens\
│   │   ├── adddata.dart
│   │   ├── datascreen.dart
│   │   ├── edit_data.dart
│   │   ├── homepage.dart
│   │   ├── image_full_screen.dart
│   │   ├── introscreen.dart
│   │   └── takepicture.dart
│   │
│   ├── utils\
│   │   ├── colors.dart
│   │   └── storage.dart
│   │
│   ├── widgets\
│   │   ├── custom_alert.dart
│   │   ├── deleteconfirmation.dart
│   │   └── drawer.dart
│   └── main.dart
├── windows\
├── .metadata
├── README.md
├── analysis_options.yaml
├── pubspec.lock
└── pubspec.yaml

Code Contributers

This project exists thanks to all the people who contribute.

Project Images

image image image image image image image image image