remote_config_gist 1.0.0 remote_config_gist: ^1.0.0 copied to clipboard
A lightweight and easy-to-use Flutter package for remote configuration using GitHub Gists. Perfect for small to medium-sized apps that need remote configuration without the complexity of Firebase.
Changelog #
All notable changes to the Remote Config Gist package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2024-03-XX #
Added #
- Initial stable release 🚀
- Core
RemoteConfigGist
implementation - Type-safe configuration access with
RemoteConfigValue
- Automatic caching with SharedPreferences
- Configurable fetch intervals and timeouts
- Fetch status tracking with
RemoteConfigStatus
- Offline support with fallback to cached/default values
- Force refresh capability
- Cache management utilities
- Comprehensive example app
- Full documentation and usage examples
Features #
- GitHub Gist-based remote configuration
- Type-safe value access
- Built-in caching mechanism
- Configurable fetch behavior
- Status tracking
- Error handling
- Cross-platform support
- Zero external dependencies (except http)
Documentation #
- Comprehensive README
- API documentation
- Example implementation
- Best practices guide