flagdeck 0.0.4
flagdeck: ^0.0.4 copied to clipboard
A Flutter SDK for Flagdeck - a feature flag management service that enables controlled feature rollouts, A/B testing, and remote configuration.
Changelog #
All notable changes to the Flagdeck Flutter SDK will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.0.4] - 2025-04-24 #
Documentation #
- Added link to Flagdeck website in README
- Updated documentation for SSE (Server-Sent Events) functionality
- Improved examples and usage instructions
- Enhanced troubleshooting section with SSE-specific guidance
[0.0.3] - 2025-04-23 #
Fixed #
- Fixed connection issues with Server-Sent Events on certain networks
- Resolved cache persistence issues on app restart
- Improved error handling for network failures
[0.0.2] - 2025-04-22 #
Added #
- Real-time flag updates via Server-Sent Events (SSE)
- SSE connection management with automatic reconnection capabilities
- Callback handlers for SSE events, connection, and errors
- Support for customizable reconnection strategies
- Enhanced documentation with SSE usage examples
Changed #
- Improved error handling for network operations
- Updated README with comprehensive SSE documentation
[0.0.1] - 2025-03-22 #
Added #
- Initial release of the Flagdeck Flutter SDK
- Core flag evaluation functionality
- Support for single and batch flag evaluation
- Context-based targeting with user attributes
- Local caching with persistent storage
- Offline mode support
- Analytics tracking for flag usage
- Type-safe API with Flutter integration
- Comprehensive documentation and examples