14 Commits

Author SHA1 Message Date
7ceed51540 chore: prune dependencies and update to latest versions
Switching to flutter_test from test reduces the transitive dependency graph reducing potential version conflicts
2021-08-11 14:21:20 +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
55eae6e3c1 flutter compatibility 2.0.0 2018-12-12 13:13:11 +13:00
d19d5480fd support braces in variable substitution
Closes #10.
2015-05-15 15:45:49 -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
af257af882 cleanup 2015-05-10 00:43:48 -04:00
8946376f8e allow '#' in quotes
Close #5.
2015-05-10 00:13:46 -04:00
a2589e9ae8 fix quote-stripping 2015-05-09 20:49:27 -04:00
c4f30559d3 wip subs 2015-05-09 20:24:29 -04:00
e5bfd935c9 wip quotes 2015-05-09 18:24:40 -04:00
207406d1f2 cleanup
See #3.
2015-05-09 17:48:04 -04:00
e1764c2240 parser 2015-05-08 01:16:17 -04:00
20f5b1d210 deps
- `unittest` -> `test`
    - <https://pub.dartlang.org/packages/test>
- `dartformat` -> `dartfmt`
    - <https://github.com/dart-lang/dart_style>

Looks like Travis builds will break until `test_runner` moves off `unittest`.

<https://github.com/google/test_runner.dart/blob/master/pubspec.yaml>
2015-05-06 01:27:42 -04:00