We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bbfce commit b1a4766Copy full SHA for b1a4766
2 files changed
CHANGELOG.md
@@ -8,15 +8,7 @@ Release notes are available on [github][notes].
8
[pub-semver-readme]: https://pub.dartlang.org/packages/pub_semver
9
[notes]: https://github.com/java-james/flutter_dotenv/releases
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
+# 6.0.0
20
21
- [feat] Allow passing in override .env files on init
22
- [feat] Load .env from a passed in string
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: flutter_dotenv
2
-version: 6.0.0-rc.3
+version: 6.0.0
3
description: Easily configure any flutter application with global variables using a `.env` file.
4
homepage: https://github.com/java-james/flutter_dotenv
5
environment:
0 commit comments