2021-03-24 13:24:40 +07:00
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
- Initial version, created by Stagehand
|
|
|
|
- Add configurable interface, created by @SomboChea
|
2021-03-24 15:07:37 +07:00
|
|
|
- Add system configuration
|
|
|
|
- Add dotenv and platform environment
|
|
|
|
|
|
|
|
## 1.0.1
|
|
|
|
- Fixed dart test in dev deps
|
|
|
|
|
|
|
|
## 1.0.2
|
2021-03-24 16:39:10 +07:00
|
|
|
- Add support null-safety
|
|
|
|
|
|
|
|
## 1.0.3
|
|
|
|
- Add mutable configuration provider
|
|
|
|
- Split tests file
|
|
|
|
- Fixed and nullable functions
|
2021-03-24 17:16:12 +07:00
|
|
|
- Able to set or remove config from system config
|
|
|
|
|
|
|
|
## 1.0.4
|
|
|
|
- Fixed format classes and files
|
2021-03-25 13:35:22 +07:00
|
|
|
|
|
|
|
## 1.0.5
|
|
|
|
- Fixed simple provider for final configs variable
|
2021-05-14 15:52:57 +07:00
|
|
|
- Fixed setAll function that set itself, in simple provider
|
|
|
|
|
|
|
|
## 1.0.6
|
|
|
|
- Add async function support
|
2021-05-14 16:57:36 +07:00
|
|
|
- Add functions for set and remove for system config and file functions
|
2021-05-14 17:05:16 +07:00
|
|
|
- Add TextFormatter for format the string with args
|
|
|
|
|
|
|
|
## 1.0.7
|
2021-05-28 15:24:05 +07:00
|
|
|
- Removed example "example_flutter_secure_storage_provider.dart"
|
|
|
|
|
|
|
|
## 1.0.8
|
|
|
|
- Fixed Text Formatter on dynamic to string
|