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 d67af2f commit e7d1a63Copy full SHA for e7d1a63
2 files changed
CHANGELOG.md
@@ -8,6 +8,10 @@ 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`
pubspec.yaml
@@ -1,5 +1,5 @@
1
name: flutter_dotenv
2
-version: 6.0.0-rc.2
+version: 6.0.0-rc.3
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