flutter_dotenv 2.0.1 copy "flutter_dotenv: ^2.0.1" to clipboard
flutter_dotenv: ^2.0.1 copied to clipboard

outdated

Easily configure any flutter application with global variables using a `.env` file.

changelog #

This project follows pub-flavored semantic versioning. (more)

Release notes are available on github.

2.0.1

  • [docs] tweak app description
  • [fix] increase meta version range

2.0.0 #

  • Flutter compatible

1.0.0 #

  • Dart 2 compatible. [#16][]

0.1.3+3

  • [docs] tweak README

0.1.3+2

  • [fix] don't throw if load fails [#11][]

0.1.3+1

  • [fix] allow braces with ${var} substitution [#10][]

0.1.3 #

  • [new] add command-line interface [#7][], [#8][]
  • [deps] add args@v0.13

0.1.2 #

  • [new] support variable substitution from Platform.environment [#6][]
  • [deps] drop logging

0.1.1+2

  • [fix] don't strip # inside quotes [#5][]

0.1.1+1

  • [fix] whitespace causes quotes not to be stripped

0.1.1 #

  • [deprecated] Parser internals will become private. [#3][]
    • #unquote, #strip, #swallow, #parseOne, #surroundingQuote, #interpolate
  • [new] support variable substitution
  • [deps] migrate to test
  • [deps] bump logging

0.1.0 #

Initial release.

1544
likes
0
pub points
100%
popularity

Publisher

unverified uploader

Easily configure any flutter application with global variables using a `.env` file.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on flutter_dotenv