fluent_environment 0.8.0
fluent_environment: ^0.8.0 copied to clipboard
Package that provides a way to register your environment globally and display it.
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.