simple_remote_config 2.0.0
simple_remote_config: ^2.0.0 copied to clipboard
A simple plugin for helping you to change your application's behaviors, settings,.. without updating the application via network JSON.
2.0.0 - 2024-11-27 #
BREAKING CHANGE
- Change to use specific type function instead of provide [T].
- Restrict type to
String
,int
,double
,bool
,Map
via:getString
getInt
getDouble
getBool
getMap
- Add
getAll
to get all values.
1.1.0 - 2024-11-07 #
1.0.3 - 2024-11-07 #
- Return
null
when providedT
is incorrect. - Update more test.
- Update
README.md
1.0.2 - 2024-11-06 #
- Redirectory
1.0.1 - 2024-11-06 #
- Fix docs, private function
1.0.0 - 2024-11-06 #
- Initial version.