File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 1- ## 1 .0.0
1+ ## 2 .0.0
22
3- - Initial version.
4- - Update dependencies and refactor from discontinued secure_dotenv.
3+ - ** BREAKING** : Updated ` pointycastle ` dependency from ` ^3.9.1 ` to ` ^4.0.0 ` .
4+ - ** Security** : Removed insecure ` String.fromEnvironment() ` / ` --dart-define ` pattern from examples (addresses [ #2 ] ( https://github.com/mfazrinizar/flutter_secure_dotenv/issues/2 ) ).
5+ - Added ` SECURITY.md ` with detailed encryption key management guidance.
6+ - Updated README with security warnings and recommended key provisioning approaches.
7+ - Updated ` lints ` to ` ^6.1.0 ` , ` test ` to ` ^1.29.0 ` .
8+ - Enhanced test coverage from 8 to 43 tests (padding, random byte generation, edge cases).
9+ - Added fully working Flutter example app with hardcoded key + gitignore approach.
10+ - Added 100% ` public_member_api_docs ` coverage.
11+ - Made ` AESCBCEncrypter ` non-instantiable (static-only utility class).
12+ - Added library-level dartdoc comments.
13+ - Added GitHub Actions CI workflow.
14+ - Added ` CONTRIBUTING.md ` .
515
616## 1.0.1
717
8- - Refactor README and example.
18+ - Refactor README and example.
19+
20+ ## 1.0.0
21+
22+ - Initial version.
23+ - Update dependencies and refactor from discontinued secure_dotenv.
You can’t perform that action at this time.
0 commit comments