mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-08-06 06:46:04 +08:00
chore(release): publish 5.2.1 (#117)
This commit is contained in:
@ -8,6 +8,10 @@ Release notes are available on [github][notes].
|
|||||||
[pub-semver-readme]: https://pub.dartlang.org/packages/pub_semver
|
[pub-semver-readme]: https://pub.dartlang.org/packages/pub_semver
|
||||||
[notes]: https://github.com/java-james/flutter_dotenv/releases
|
[notes]: https://github.com/java-james/flutter_dotenv/releases
|
||||||
|
|
||||||
|
# 5.2.1
|
||||||
|
|
||||||
|
- [chore] Update readme with security info and new usage examples
|
||||||
|
|
||||||
# 5.2.0
|
# 5.2.0
|
||||||
|
|
||||||
- [new] Get variables as `int`, `double` and `bool`
|
- [new] Get variables as `int`, `double` and `bool`
|
||||||
|
@ -68,7 +68,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "5.2.0"
|
version: "5.2.1"
|
||||||
flutter_lints:
|
flutter_lints:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: flutter_dotenv
|
name: flutter_dotenv
|
||||||
version: 5.2.0
|
version: 5.2.1
|
||||||
description: Easily configure any flutter application with global variables using a `.env` file.
|
description: Easily configure any flutter application with global variables using a `.env` file.
|
||||||
homepage: https://github.com/java-james/flutter_dotenv
|
homepage: https://github.com/java-james/flutter_dotenv
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user