Password Manager is an utility application to store all passwords under a master password in a secured way.
Run following commands after cloning this repository:
$ flutter pub get
$ flutter pub run build_runner build
$ flutter run
- Dart (Primary Language)
- Architecture : BLoC
- Libraries:
- google_fonts : To easily use any of the 977 fonts (and their variants) from
- encrypt : A set of high-level APIs over PointyCastle for two-way cryptography.
- flutter_secure_storage : A Flutter plugin to store data in secure storage.
- hive : A lightweight and blazing fast key-value database.
- flutter_bloc: a predictable state management library for Dart.
The code base is under GNU GENERAL PUBLIC LICENSE v3.0