Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cem256/password_generator

Password Generator generates secure passwords with specified length and settings.
https://github.com/cem256/password_generator

dart flutter flutter-bloc password-generator

Last synced: about 1 month ago
JSON representation

Password Generator generates secure passwords with specified length and settings.

Awesome Lists containing this project

README

        

# Password Generator

Password Generator generates secure passwords of specified length and settings.

## Available on
[![Google Play](https://play.google.com/intl/en_us/badges/images/badge_new.png)](https://play.google.com/store/apps/details?id=com.cem256.passwordgenerator)
[![App Store](https://developer.apple.com/app-store/marketing/guidelines/images/badge-example-preferred.png)](https://apps.apple.com/app/fabi-password-generator/id6483365070)

## Built With

- [Flutter](https://flutter.dev/)
- [Dart](https://dart.dev/)

## Packages
- State Management
- [Bloc](https://pub.dev/packages/flutter_bloc)
- Dart Data Class Generation
- [Freezed](https://pub.dev/packages/freezed)
- Functional Programming
- [Fpdart](https://pub.dev/packages/fpdart)
- Navigation
- [AutoRoute](https://pub.dev/packages/auto_route)
- Caching
- [HydratedBloc](https://pub.dev/packages/hydrated_bloc)

## Preview







## Contributing
### Translation
You can help translate this app to other languages!

1. Fork this repository
2. Choose one
- Add missing translations in existing languages: Track `missing_translations.json` in [lib/app/l10n/arb][l10n]
- Improve translations in existing languages: Update `.arb` in [lib/app/l10n/arb][l10n]
- Add new languages: Create a new `.arb` file in [lib/app/l10n/arb][l10n]; see also: [locale codes][locale codes].
3. Open a pull request

[l10n]: https://github.com/cem256/password_generator/tree/master/lib/app/l10n/arb
[locale codes]: https://saimana.com/list-of-country-locale-code/

## Privacy Policy

You can access the privacy policy by clicking [here](privacy-policy.md).