fluent_environment 0.10.1
fluent_environment: ^0.10.1 copied to clipboard
Package that provides a way to register your environment globally and display it.
0.10.1 #
- FIX: Resolved global semantics overlay issue in
EnvironmentBannerby restrictingSemanticsboundaries to the interactive corner of the banner instead of wrapping the entire application layout.
0.10.0 #
- FEAT: Added custom environment actions section and UI grid to the inspector.
- FEAT: Implemented
RegistryExtensionto enable registering environment actions directly on the service registry. - PERF: Stored available environments and registered actions in local variables within the inspector build method to avoid redundant list allocations.
0.9.1 #
- FEAT: Added haptic feedback (
HapticFeedback.lightImpactandHapticFeedback.mediumImpact) to environment switching, feature flag toggles, copy actions, and long-press inspector triggers. - STYLE: Wrapped environment name with
ExpandedandTextOverflow.ellipsisto prevent overflow in layout header. - STYLE: Added environment color indicator
avatarand switchtooltiptoChoiceChipin environment switcher.
0.9.0 #
- FEAT: Integrated Feature Flags support in
EnvironmentInspectorwith interactive toggles. - FEAT: Implemented runtime feature flag overrides in
EnvironmentApiImpl. - FEAT: Updated
exampleto demonstrate feature flag usage and reactivity. - FEAT: Added standard Close button (
IconButtonwith cross icon) toEnvironmentInspector. - FEAT: Added accessibility semantics (
onLongPressHint, labels, andSensitive configuration valuesemantics) to bothEnvironmentBannerandEnvironmentInspector. - FEAT: Colored sensitive configurations with the theme's error color in the inspector.
- TEST: Enhanced tests for semantic elements and copy buttons under sensitive configurations.
0.8.0 #
- FEAT: Implemented runtime environment switching in
EnvironmentInspector. - FEAT: Integrated automatic service reconstruction when the environment changes via
registerResetService. - FEAT: Updated
EnvironmentBannerto reactively update its text and color. - FIX: Ensured
EnvironmentBannerand its inspector trigger remain visible in debug mode even for production environment, hiding them only in release mode. - PERF: Improved
EnvironmentInspectorscrollability and layout. - CHORE: Updated
fluent_sdkdependency to^0.8.0.
0.7.0 #
- CHORE: Updated
fluent_sdkdependency to^0.7.0. - REFACTOR: Refactored
EnvironmentModuleto support the new stable Registry contract.
0.6.0 #
- FEAT: Implement Environment Inspector for real-time configuration viewing and copying (#114).
- FEAT: Integrate Inspector with
EnvironmentBanner(#114). - FEAT: Improve accessibility and allow text style customization in
EnvironmentBanner(#117). - FIX: Implement redaction of sensitive keys in Environment Inspector (#119).
- FIX: Resolve directionality leakage and improve gesture handling in
EnvironmentBanner. - REFACTOR: Replace
print/debugPrintwithLoggerApi.
0.5.0 #
- Enable const constructors for EnvironmentModule
- Show/hide environment banner validation added
- Use registerLazySingleton for environment optimization
0.4.0 #
- BREAKING CHANGE: Updated
fluent_sdkdependency to^0.5.0 - REFACTOR: Renamed
buildmethod toonCreateinEnvironmentModule - CHORE: Recreated example platforms and updated READMEs.
0.3.0 #
- Upgrade fluent_sdk version to v0.4.0
0.2.0 #
- Upgrade package to flutter version v3.35
0.1.1 #
- Example android and ios platform updated to latest versions
- Example web platform enabled
- Dev dependencies updated
0.1.0 #
- Version of
fluent_environment_apiwas updated to v0.1.0 - Hide
EnvironmentBannerwidget in production is now validate internally
0.0.4 #
- Version of
fluent_environment_apiwas updated to v0.0.4 - Version of
fluent_sdkwas updated to v0.2.0
0.0.3 #
- Version of
fluent_environment_apiwas updated to v0.0.3 - Dependency
fluent_sdkwas added
0.0.2+1 #
- Version of
fluent_environment_apiwas updated to v0.0.2+1
0.0.2 #
- Version of
fluent_environment_apiwas updated to v0.0.2 - Public APIs was documented
0.0.1 #
- Initial version.