We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac03daa commit cefe32cCopy full SHA for cefe32c
2 files changed
CHANGELOG.md
@@ -17,4 +17,8 @@
17
18
## 1.0.4
19
20
-- Fix building without encryption
+- Fix building without encryption
21
+
22
+## 1.0.5
23
24
+- Fix enum typePrefix empty building issue
pubspec.yaml
@@ -2,7 +2,7 @@ repository: https://github.com/mfazrinizar/flutter_secure_dotenv_generator
2
name: flutter_secure_dotenv_generator
3
description: A development dependency to generate secure dotenv file for flutter_secure_dotenv package.
4
5
-version: 1.0.4
+version: 1.0.5
6
7
environment:
8
sdk: ^3.6.0
0 commit comments