mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-05-17 16:05:53 +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
|
||||
[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
|
||||
|
||||
- [new] Get variables as `int`, `double` and `bool`
|
||||
|
@ -68,7 +68,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "5.2.0"
|
||||
version: "5.2.1"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: flutter_dotenv
|
||||
version: 5.2.0
|
||||
version: 5.2.1
|
||||
description: Easily configure any flutter application with global variables using a `.env` file.
|
||||
homepage: https://github.com/java-james/flutter_dotenv
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user