flutter_remote_config 1.0.0
flutter_remote_config: ^1.0.0 copied to clipboard
A completely abstract and configurable Flutter SDK for managing remote configurations. Works with any backend - you implement the interfaces to match your backend's API.
1.0.0 #
Initial Release #
- ✅ Complete abstraction layer for remote configuration management
- ✅ Backend-agnostic architecture - works with any backend (REST, GraphQL, gRPC, etc.)
- ✅ Three load modes:
hybrid,remoteOnly, andlocalOnly - ✅ Flexible sync strategies with customizable sync checking
- ✅ Local caching with automatic synchronization
- ✅ Type-safe configuration mapping with generic mappers
- ✅ Comprehensive error handling with specific exception types
- ✅ Optional logging system with pluggable loggers
- ✅ Builder pattern for easy configuration
- ✅ Complete test coverage
- ✅ Full documentation and examples