altfire_configurator library

altfire_configurator with FlutterFire Remote Config.

Classes

Config<T>
A class that holds the value of a parameter fetched from a remote. It also provides a Stream of updated parameter information.
Configurator
A class that wraps Remote Config. Its role is to "fetch the configured parameters from remote and provide them".

Typedefs

ValueChanged<T> = void Function(T value)