Skip to content

Commit 5210fd4

Browse files
committed
build(deps)!: update source_helper and bump SDK to ^3.9.0
1 parent 6708b38 commit 5210fd4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
os: [ubuntu-latest, windows-latest, macos-latest]
56-
sdk: [stable, "3.8.0"]
56+
sdk: [stable, "3.9.0"]
5757
steps:
5858
- uses: actions/checkout@v4
5959
with:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.1
2+
3+
- Bumped minimum Dart SDK from `^3.8.0` to `^3.9.0`.
4+
- Updated `source_helper` to `^1.3.10`.
5+
16
## 2.0.0
27

38
- **BREAKING**: Updated `source_gen` from `^2.0.0` to `^4.2.0` (addresses [#3](https://github.com/mfazrinizar/flutter_secure_dotenv_generator/issues/3)).

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ repository: https://github.com/mfazrinizar/flutter_secure_dotenv_generator
22
name: flutter_secure_dotenv_generator
33
description: A development dependency to generate secure dotenv file for flutter_secure_dotenv package.
44

5-
version: 2.0.0
5+
version: 2.0.1
66

77
environment:
8-
sdk: ^3.8.0
8+
sdk: ^3.9.0
99

1010
dependencies:
1111
analyzer: ">=8.0.0 <11.0.0"
@@ -16,7 +16,7 @@ dependencies:
1616
logging: ^1.3.0
1717
pointycastle: ^4.0.0
1818
source_gen: ^4.2.0
19-
source_helper: ">=1.3.4 <1.3.9"
19+
source_helper: ^1.3.10
2020

2121
dev_dependencies:
2222
build_runner: ^2.11.1

0 commit comments

Comments
 (0)