f238c65da1
chore: format with dart format
2024-10-14 18:48:38 +13:00
7ded2fa7b2
feat: Get variable values as int
, double
and bool
( #65 )
...
Allowes to get the variable values casted to the specific type. If the variable does not exist the `fallback` is used. However when also no `fallback` is provided an `AssertionError` is thrown. Furthermore a `FormatException` is thrown when the variable exists but the value can not be casted to the specific type.
2024-10-13 21:51:48 +13:00
6bb8789356
feat: explicit flutter sdk 3.x+ support ( #112 )
2024-10-13 21:40:14 +13:00
40275c0c27
feat: export error classes ( #109 )
2024-10-13 21:38:59 +13:00
de801661ff
chore: release 5.1.0
2023-06-01 15:13:35 +12:00
f2d3c81b37
feat: allow env file to be optional ( #81 )
2023-06-01 15:10:10 +12:00
0c6beec5e0
feat: variable name in get error message ( #53 )
2022-09-25 20:04:14 +13:00
4c040be4ff
feat: support for android 12 & IOS in example ( #60 )
2022-09-25 20:03:19 +13:00
5ed35155de
chore: update readme ( #45 )
...
Include a comment in example .env file, to show comment syntax.
Fix documentation of get method.
2021-08-13 10:52:45 +12:00
7ceed51540
chore: prune dependencies and update to latest versions
...
Switching to flutter_test from test reduces the transitive dependency graph reducing potential version conflicts
0.5.1
2021-08-11 14:21:20 +12: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
3688e72ab8
chore: remove author
5.0.0
2021-05-28 18:25:22 +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
6f0fd02c15
docs: correct documented import ( #25 )
2021-03-16 09:44:11 +13:00
5edfa2e981
feat: migrate to null-safety ( #24 )
4.0.0-nullsafety.0
2021-03-04 16:56:17 +13:00
71b7e45d8e
chore: bump version
3.1.0
2021-01-18 16:19:09 +13:00
fcd8777453
feat: merge env with map
2021-01-18 16:07:02 +13:00
2ddd451ff3
chore: changelog
3.0.2
2021-01-15 13:26:24 +13:00
a4376efe2d
chore: format code
2021-01-15 13:26:09 +13:00
7f01e57047
chore: changelog
2021-01-15 11:40:30 +13:00
a614543beb
chore: version bump
2021-01-15 11:39:35 +13:00
284b0b8919
chore: fix pub rating suggestions
3.0.1
2021-01-15 11:38:56 +13:00
c78b290d7e
feat: merge with platform environment
3.0.0
2021-01-15 11:20:06 +13:00
846cc93023
release: 2.1.0
2.1.0
2019-11-27 22:46:46 +13:00
accef4adf3
allow '=' characters in values ( #4 )
2019-11-27 22:42:37 +13:00
1541660116
release: 2.0.3
2.0.3
2019-09-11 10:13:59 +12:00
dcde5bc3bc
Fixed a warning when using with flutter_test ( #3 )
...
Fixed a warning when using with flutter_test
2019-09-11 10:10:19 +12:00
97d90ab7cd
release: 2.0.2
2.0.2
2019-09-01 20:06:41 +12:00
6fdd9fc7e9
Ensure widgets bindings are initialized ( #2 )
...
fix: widget bindings initialised
- make sure widgets bindings are initialised before invoking rootBundle.loadString()
- replace .gitignore with flutter's default
- remove android/local.properties from version control
- update lockfile using Flutter 1.9.5 and Dart 2.5.0
2019-09-01 19:26:14 +12:00
34282d097f
Modify README
...
Slight grammatical changes as well as note to add the env file to your gitignore during the usage setup
2018-12-13 08:17:35 +13:00
90e9c7f2de
tweak description and increase meta version 2.0.1
2.0.1
2018-12-12 13:55:23 +13:00
55eae6e3c1
flutter compatibility 2.0.0
2018-12-12 13:13:11 +13:00
bc35b01fa0
[tool] release
2018-07-12 14:55:23 -04:00
58a1105f9d
[ann] 1.0.0
v1.0.0
2018-07-12 14:55:23 -04:00
e8e3c67d44
fix pub publish warning
...
No dev_deps allowed in `lib/`.
2018-07-12 14:55:23 -04:00
0385fb1ad4
changelog
2018-07-12 14:29:20 -04:00
f525f5e2d9
gitignore .dart_tool/
...
<https://www.dartlang.org/guides/libraries/private-files >
See @4101ace.
2018-07-12 14:21:54 -04:00
59becedba3
annotate test-only methods
...
Closes #3 .
2018-07-12 13:58:40 -04:00
824821add0
[tool] docs
2018-07-12 13:53:07 -04:00
8df48ae1b4
fix warning: deprecated package
...
See <https://github.com/dart-lang/collection/blob/master/CHANGELOG.md#140 >.
2018-07-12 13:46:45 -04:00
7e0e565fef
Remove unsafe in bin/new.dart that breaks Travis
2018-07-12 13:15:49 -04:00
b026779f2c
Apply dartfmt
2018-07-12 13:15:49 -04:00
82d278d66f
Use version-compatible FileMode.append
2018-07-12 13:15:49 -04:00
e6c342caff
Depend on dart2_constant, for backwards/forwards-compaible constants
2018-07-12 13:15:49 -04:00
208bba5d3e
Type assertions
2018-07-12 13:15:49 -04:00
1c1c6a6e9b
Add <String, String> assertions where necessary
2018-07-12 13:15:49 -04:00
4101acef82
Ignore .dart_tool, .packages, pubspec.lock
2018-07-12 13:15:49 -04:00
16646b9bfd
Raise package:args dependency
2018-07-12 12:17:30 -04:00
57070ba838
Expand the SDK constraint to include both Dart 1 and 2
2018-07-12 12:16:13 -04:00