simple_remote_config 2.0.0 copy "simple_remote_config: ^2.0.0" to clipboard
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) #

  • Update README.md

1.1.0 (2024-11-07) #

  • Remove dart:io dependency to support web.
  • Update more test.

1.0.3 (2024-11-07) #

  • Return null when provided T 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.
3
likes
160
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A simple plugin for helping you to change your application's behaviors, settings,.. without updating the application via network JSON.

Repository (GitHub)
View/report issues

Topics

#remote #config

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on simple_remote_config