Add dotenv configuration provider

This commit is contained in:
2021-03-24 13:52:20 +07:00
parent 77a4f6064f
commit a51d5fe00b
9 changed files with 194 additions and 1 deletions

3
example/example.dart Normal file
View File

@@ -0,0 +1,3 @@
void main() {
print('Example');
}