Skip to content

Commit 740c3bd

Browse files
committed
Fix: building without encryption
1 parent c90c2f2 commit 740c3bd

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@
1313

1414
## 1.0.3
1515

16-
- Fix FormatterException caused by dart.core type prefix
16+
- Fix FormatterException caused by dart.core type prefix
17+
18+
## 1.0.4
19+
20+
- Fix building without encryption

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ targets:
55
enabled: true
66

77
builders:
8-
secure_dotenv:
8+
flutter_secure_dotenv:
99
target: ":flutter_secure_dotenv_generator"
1010
import: "package:flutter_secure_dotenv_generator/flutter_secure_dotenv_generator.dart"
1111
builder_factories: ["flutterSecureDotEnvAnnotation"]

0 commit comments

Comments
 (0)