Add configuration provider and simple provider functions

This commit is contained in:
2021-03-24 13:24:40 +07:00
commit 57f3cd483e
11 changed files with 110 additions and 0 deletions

3
bin/configurable.dart Normal file
View File

@@ -0,0 +1,3 @@
void main(List<String> arguments) {
print('Just, say Hello to You!');
}