Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cem256/password_generator
- Owner: cem256
- License: gpl-3.0
- Created: 2022-08-08T17:49:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T10:38:14.000Z (4 months ago)
- Last Synced: 2024-09-14T21:02:53.305Z (4 months ago)
- Topics: dart, flutter, flutter-bloc, password-generator
- Language: Dart
- Homepage:
- Size: 4.57 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).