remote_config_gist library

A Flutter package for managing remote configuration using GitHub Gists.

This package provides a simple way to fetch and manage remote configurations stored in GitHub Gists, similar to Firebase Remote Config but using GitHub as the backend.

Classes

RemoteConfigGist
A class that manages remote configuration using GitHub Gists.
RemoteConfigValue<T>
A generic wrapper for remote config values.

Enums

RemoteConfigStatus
The status of the last fetch operation.