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
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
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
This project exists thanks to all the people who contribute.