22 Commits

Author SHA1 Message Date
e9bfe10527 chore(release): publish 5.2.1 (#117) 2024-10-14 19:56:26 +13:00
e273da6aa8 chore(release): publish 5.2.0 (#116) 2024-10-14 19:22:02 +13:00
0753342599 refactor: update to use flutter default analysis (#114) 2024-10-14 18:57:30 +13:00
f368088a0a chore: format with dart format (#113) 2024-10-14 18:49:15 +13:00
6bb8789356 feat: explicit flutter sdk 3.x+ support (#112) 2024-10-13 21:40:14 +13:00
4c040be4ff feat: support for android 12 & IOS in example (#60) 2022-09-25 20:03:19 +13:00
cc8e64bf14 fix(test): make the testLoad method signature synchronous to match the body
Also updated README and added some tests
2021-08-11 14:21:20 +12:00
bdd9bf8677 feat: Wrapping dotenv methods within class #32 (#34)
BREAKING CHANGE: Access dotenv methods from the DotEnv class instead of globally.
2021-05-20 13:10:47 +12:00
106bd1dd58 fix: change regex lookbehind to group (#29)
fixes runtime errors in safari
2021-04-28 08:54:12 +12:00
5edfa2e981 feat: migrate to null-safety (#24) 2021-03-04 16:56:17 +13:00
fcd8777453 feat: merge env with map 2021-01-18 16:07:02 +13:00
a4376efe2d chore: format code 2021-01-15 13:26:09 +13:00
c78b290d7e feat: merge with platform environment 2021-01-15 11:20:06 +13:00
55eae6e3c1 flutter compatibility 2.0.0 2018-12-12 13:13:11 +13:00
1815af7ce4 readme 2015-06-16 12:43:48 -04:00
71e6b6aed6 cleanup 2015-06-04 23:32:46 -04:00
e024112c31 example 2015-05-13 19:09:22 -04:00
3ff9a29604 cleanup 2015-05-12 18:16:39 -04:00
4c0d2f9d8f readme 2015-05-12 14:40:14 -04:00
49d5430ce0 check process environment for variable definitions
If `$var` is encountered when parsing the `.env` file, and
has not been defined, check `Platform.environment`.

Closes #6.
2015-05-12 02:53:34 -04:00
f70f882ed6 cleanup 2015-04-07 19:32:22 -04:00
db28cfcd33 lib 2015-02-03 01:14:15 -05:00