Compare commits
2 Commits
v1.0.4
...
1d41d08666
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d41d08666 | |||
|
|
361bdc2f49 |
@@ -1,5 +1,7 @@
|
|||||||
# Dart Configurable Environment
|
# Dart Configurable Environment
|
||||||
|
|
||||||
|
[](https://pub.dartlang.org/packages/configurable)
|
||||||
|
|
||||||
- [x] Allow to get property from env file
|
- [x] Allow to get property from env file
|
||||||
- [x] Cache property for runtime
|
- [x] Cache property for runtime
|
||||||
- [x] Dotenv file support (use DotenvConfigurationProvider)
|
- [x] Dotenv file support (use DotenvConfigurationProvider)
|
||||||
@@ -7,6 +9,9 @@
|
|||||||
- [x] Support nullsafety (dart 2.12.2+)
|
- [x] Support nullsafety (dart 2.12.2+)
|
||||||
- [x] Custom configuration provider
|
- [x] Custom configuration provider
|
||||||
|
|
||||||
|
# Issue
|
||||||
|
- Flutter app not support for dotenv (.env) when run on devices
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
|
|||||||
Reference in New Issue
Block a user