https://github.com/techrail/keysmith-android
https://github.com/techrail/keysmith-android
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techrail/keysmith-android
- Owner: techrail
- License: mit
- Created: 2023-07-24T05:27:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T22:29:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-09T10:26:27.323Z (over 1 year ago)
- Language: Dart
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://choosealicense.com/licenses/mit/)
# Keysmith
The vision for Keysmith is to let anyone peek at the engine of the software which promises to manage your security while providing the sync features across the board using the solutions that we already use - our favorite cloud solutions.
This gives the control back to you.
## Installation
Keysmith for Android is made with Flutter and makes use material 3 UI.
#### Requirements:
- Flutter SDK: 2.17.0 <3.0.0
- Android Studio with Android Emulator
#### Get started:
* Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), if it's not already installed.
* Install [Flutter](https://docs.flutter.dev/get-started/install).
* It is recommended to add the [path to Flutter SDK installtion permenantly](https://docs.flutter.dev/get-started/install/linux#update-your-path-for-all-future-sessions) for future terminal sessions.
* Install [Android Studio](https://developer.android.com/studio/install) and make sure to install [Android emulator](https://developer.android.com/design-for-safety/privacy-sandbox/download).
* Clone the [repository](https://github.com/techrail/keysmith-android.git).
* Open the 'Keysmith' folder with your favourite IDE and dig in!
### How to contribute?
Whether or not you have worked with Flutter, you can always find a way to contribute. From testing to documentation and creating better readme!
Checkout our contribution guide [here](./CONTRIBUTING.md).