File tree Expand file tree Collapse file tree 4 files changed +31
-36
lines changed Expand file tree Collapse file tree 4 files changed +31
-36
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,7 @@ Release notes are available on [github][notes].
8
8
[ pub-semver-readme ] : https://pub.dartlang.org/packages/pub_semver
9
9
[ notes ] : https://github.com/java-james/flutter_dotenv/releases
10
10
11
- # 6.0.0-rc.3
12
-
13
- - [ chore] version bump only
14
-
15
- # 6.0.0-rc.2
16
-
17
- - [ docs] Correct readme documentation on ` loadFromString `
18
-
19
- # 6.0.0-rc.1
11
+ # 6.0.0
20
12
21
13
- [ feat] Allow passing in override .env files on init
22
14
- [ feat] Load .env from a passed in string
@@ -30,6 +22,9 @@ Release notes are available on [github][notes].
30
22
Previously, if the env file was empty and ` isOptional ` was ` true ` , the method would throw.
31
23
Now, in this case, it ** no longer throws** and simply returns an empty env.
32
24
25
+ - ** Supported SDK range change** : Dropped support for the pre release ` 2.12.0-0 ` . Now supports ` 2.12.0 ` onwards.
26
+
27
+
33
28
# 5.2.1
34
29
35
30
- [ chore] Update readme with security info and new usage examples
Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ packages:
5
5
dependency: transitive
6
6
description:
7
7
name: async
8
- sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c "
8
+ sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb "
9
9
url: "https://pub.dev"
10
10
source: hosted
11
- version: "2.11 .0"
11
+ version: "2.13 .0"
12
12
boolean_selector:
13
13
dependency: transitive
14
14
description:
15
15
name: boolean_selector
16
- sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66 "
16
+ sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea "
17
17
url: "https://pub.dev"
18
18
source: hosted
19
- version: "2.1.1 "
19
+ version: "2.1.2 "
20
20
characters:
21
21
dependency: transitive
22
22
description:
@@ -68,7 +68,7 @@ packages:
68
68
path: ".."
69
69
relative: true
70
70
source: path
71
- version: "6.0.0-rc.1 "
71
+ version: "6.0.0"
72
72
flutter_lints:
73
73
dependency: "direct dev"
74
74
description:
@@ -155,10 +155,10 @@ packages:
155
155
dependency: transitive
156
156
description:
157
157
name: source_span
158
- sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c "
158
+ sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c "
159
159
url: "https://pub.dev"
160
160
source: hosted
161
- version: "1.10.0 "
161
+ version: "1.10.1 "
162
162
stack_trace:
163
163
dependency: transitive
164
164
description:
@@ -179,18 +179,18 @@ packages:
179
179
dependency: transitive
180
180
description:
181
181
name: string_scanner
182
- sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde "
182
+ sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43 "
183
183
url: "https://pub.dev"
184
184
source: hosted
185
- version: "1.2.0 "
185
+ version: "1.4.1 "
186
186
term_glyph:
187
187
dependency: transitive
188
188
description:
189
189
name: term_glyph
190
- sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
190
+ sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
191
191
url: "https://pub.dev"
192
192
source: hosted
193
- version: "1.2.1 "
193
+ version: "1.2.2 "
194
194
test_api:
195
195
dependency: transitive
196
196
description:
@@ -211,10 +211,10 @@ packages:
211
211
dependency: transitive
212
212
description:
213
213
name: vm_service
214
- sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d "
214
+ sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60 "
215
215
url: "https://pub.dev"
216
216
source: hosted
217
- version: "14.2.5 "
217
+ version: "15.0.2 "
218
218
sdks:
219
219
dart: ">=3.9.0 <4.0.0"
220
220
flutter: ">=3.18.0-18.0.pre.54"
Original file line number Diff line number Diff line change @@ -5,18 +5,18 @@ packages:
5
5
dependency: transitive
6
6
description:
7
7
name: async
8
- sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c "
8
+ sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb "
9
9
url: "https://pub.dev"
10
10
source: hosted
11
- version: "2.11 .0"
11
+ version: "2.13 .0"
12
12
boolean_selector:
13
13
dependency: transitive
14
14
description:
15
15
name: boolean_selector
16
- sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66 "
16
+ sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea "
17
17
url: "https://pub.dev"
18
18
source: hosted
19
- version: "2.1.1 "
19
+ version: "2.1.2 "
20
20
characters:
21
21
dependency: transitive
22
22
description:
@@ -140,10 +140,10 @@ packages:
140
140
dependency: transitive
141
141
description:
142
142
name: source_span
143
- sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c "
143
+ sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c "
144
144
url: "https://pub.dev"
145
145
source: hosted
146
- version: "1.10.0 "
146
+ version: "1.10.1 "
147
147
stack_trace:
148
148
dependency: transitive
149
149
description:
@@ -164,18 +164,18 @@ packages:
164
164
dependency: transitive
165
165
description:
166
166
name: string_scanner
167
- sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde "
167
+ sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43 "
168
168
url: "https://pub.dev"
169
169
source: hosted
170
- version: "1.2.0 "
170
+ version: "1.4.1 "
171
171
term_glyph:
172
172
dependency: transitive
173
173
description:
174
174
name: term_glyph
175
- sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
175
+ sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
176
176
url: "https://pub.dev"
177
177
source: hosted
178
- version: "1.2.1 "
178
+ version: "1.2.2 "
179
179
test_api:
180
180
dependency: transitive
181
181
description:
@@ -196,10 +196,10 @@ packages:
196
196
dependency: transitive
197
197
description:
198
198
name: vm_service
199
- sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d "
199
+ sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60 "
200
200
url: "https://pub.dev"
201
201
source: hosted
202
- version: "14.2.5 "
202
+ version: "15.0.2 "
203
203
sdks:
204
204
dart: ">=3.8.0 <4.0.0"
205
205
flutter: ">=3.18.0-18.0.pre.54"
Original file line number Diff line number Diff line change 1
1
name : flutter_dotenv
2
- version : 6.0.0-rc.3
2
+ version : 6.0.0
3
3
description : Easily configure any flutter application with global variables using a `.env` file.
4
4
homepage : https://github.com/java-james/flutter_dotenv
5
5
environment :
6
- sdk : " >=2.12.0-0 <4.0.0"
6
+ sdk : " >=2.12.0 <4.0.0"
7
7
dependencies :
8
8
flutter :
9
9
sdk : flutter
You can’t perform that action at this time.
0 commit comments