flutter_secure_dotenv 2.0.0
flutter_secure_dotenv: ^2.0.0 copied to clipboard
Package to securely manage environment variables and perform AES encryption/decryption in Flutter and Dart.
2.0.0 #
- BREAKING: Updated
pointycastledependency from^3.9.1to^4.0.0. - BREAKING: Minimum Dart SDK bumped from
^3.6.0to^3.8.0. - Security: Removed insecure
String.fromEnvironment()/--dart-definepattern from examples (addresses #2). - Added
SECURITY.mdwith detailed encryption key management guidance. - Updated README with security warnings and recommended key provisioning approaches.
- Updated
lintsto^6.1.0,testto^1.29.0. - Enhanced test coverage from 8 to 43 tests (padding, random byte generation, edge cases).
- Added fully working Flutter example app with hardcoded key + gitignore approach.
- Added 100%
public_member_api_docscoverage. - Made
AESCBCEncrypternon-instantiable (static-only utility class). - Added library-level dartdoc comments.
- Added
CONTRIBUTING.md.
1.0.1 #
- Refactor README and example.
1.0.0 #
- Initial version.
- Update dependencies and refactor from discontinued secure_dotenv.