https://github.com/ianmurrays/ohteepee
A simple OTP (One-Time Password) app for Android and iOS written in Flutter.
https://github.com/ianmurrays/ohteepee
android flutter ios
Last synced: 2 months ago
JSON representation
A simple OTP (One-Time Password) app for Android and iOS written in Flutter.
- Host: GitHub
- URL: https://github.com/ianmurrays/ohteepee
- Owner: ianmurrays
- License: mit
- Created: 2021-03-08T09:10:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-17T17:44:30.000Z (about 4 years ago)
- Last Synced: 2025-01-19T20:57:52.821Z (4 months ago)
- Topics: android, flutter, ios
- Language: Dart
- Homepage:
- Size: 778 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OhTeePee
A simple OTP (One-Time Password) app for Android and iOS written in Flutter.
# Why?
Why not?
I wrote this app mainly to teach myself Flutter, so it's definitely not a production ready app for storing your one-time passwords. It's built using the Moor library for storage, Redux for state management, and a couple of dart/flutter libraries.
# What can it do?
- 📷 Import OTPs using QR codes
- ✏️ Manually create OTPs using a form
- 🔑 Export OTPs using QR codesData is stored in a SQLite database, but secrets are stored using [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) (so either Keychain on iOS or using KeyStore on Android).
# What's missing?
The app doesn't have any icon or splash screen, and OTPs don't have customizable icons.
# Isn't Redux, SQLite, Secure Storage, etc. a bit overkill?
You bet it is. Remember this is for educational purposes!
# What does it look like?
Here's how it looks on Android:
![]()
![]()
![]()
![]()
![]()
# License
[MIT License](LICENSE)