Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhzdhd/securefolder
A windows only app to keep your folders password protected with a simple batch script.
https://github.com/dhzdhd/securefolder
dart fluentui flutter password-protected windows
Last synced: about 6 hours ago
JSON representation
A windows only app to keep your folders password protected with a simple batch script.
- Host: GitHub
- URL: https://github.com/dhzdhd/securefolder
- Owner: dhzdhd
- License: agpl-3.0
- Created: 2021-11-20T14:36:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T14:39:35.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:28:14.925Z (almost 2 years ago)
- Topics: dart, fluentui, flutter, password-protected, windows
- Language: Dart
- Homepage:
- Size: 2.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SecureFolder
## About
SecureFolder is a Windows OS only app that makes password protected folders which you can access easily.
It uses the latest Windows 11 fluent design to give the best user experience.## Platform support
Supports only Windows 11 for now. Planned support for Windows 10 will arrive soon.
## Known bugs
Preview release, no functionality yet
## Preview
![Demo](assets/samples/demo.gif)
## Installation
Download the required files from the **Releases** tab, install it in your device and run it.## Dev Installation
1) Install [Flutter](https://flutter.dev/docs/get-started/install) and necessary plugins for your editor.
2) Open your terminal and run the following:
```shell
$ git clone https://github.com/dhzdhd/SecureFolder.git
$ cd SecureFolder
$ flutter pub get
```3) Run the app on Windows -
```shell
$ flutter run --release
```## Contributing
Any sort of contributions are welcome to make this app better.
1) Make an issue.
2) Create a new branch related to the issue.
3) Create a PR and request a review.## Getting Started With Flutter
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.