df_config 0.8.0
df_config: ^0.8.0 copied to clipboard
A package that provides methods to load configuration data and access it at runtime.
Changelog #
0.8.0 #
- Released @ 5/2026 (UTC)
- feat: Add
TranslationManager.onErrorsink andTranslationErrorSinktypedef so swallowed errors fromString.tr()andsetConfigcan be observed - feat: Add
PatternSettings.caseFoldfor locale-aware key folding (Turkish, Azerbaijani, NFC normalisation, etc.) plusPatternSettings.foldKeyhelper - feat: Add configurable
maxInputLength/maxMatchesparameters toreplacePatterns - fix:
TranslationFileReadernow joins paths with posix separators so translations load on Windows under Flutter'srootBundle - breaking:
Config.setFieldsnow throwsStateErrorwhen two source keys collide aftertoString(), and applies changes atomically (previous state is preserved on failure) - breaking:
recursiveReplacenow throwsStateErroron cyclic input and enforces a hard depth cap to prevent unbounded loops - breaking:
String.cf<T>signature tightened toConfig<ConfigRef<dynamic, dynamic>>
0.7.5 #
- Released @ 6/2025 (UTC)
- Update dependencies
0.7.4 #
- Released @ 6/2025 (UTC)
- Update dependencies
0.7.2 #
- Released @ 6/2025 (UTC)
- chore: Update dependencies
- Update dependencies
0.7.1 #
- Released @ 3/2025 (UTC)
- docs: Update readme
0.7.0 #
- Released @ 3/2025 (UTC)
- breaking: Restructure and update dependencies
0.6.2 #
- Released @ 2/2025 (UTC)
- fix: Fix dependency issue
0.6.1 #
- Released @ 2/2025 (UTC)
- chore: Update dependencies
0.6.0 #
- Released @ 2/2025 (UTC)
- breaking: Update dependencies
0.5.5 #
- Released @ 2/2025 (UTC)
- fix: Bug happening with newline characters
0.5.4 #
- Released @ 2/2025 (UTC)
- chore: Update dependencies
0.5.3 #
- Released @ 2/2025 (UTC)
- chore: Update dependencies
0.5.1 #
- Released @ 2/2025 (UTC)
- chore: Update dependencies and examples
0.5.0 #
- Released @ 2/2025 (UTC)
- breaking: Update dependencies and docs
0.4.0 #
- Released @ 2/2025 (UTC)
- chore: Clean code and update dependencies
0.3.0 #
- Released @ 2/2025 (UTC)
- chore: Separate translation features into df_config library, update comments
- chore: Update license information in code files
- feat: Add a catagory param to the tr exension method
0.2.0 #
- Released @ 2/2025 (UTC)
- chore: Update dependencies, docs and comments
0.1.2 #
- Released @ 2/2025 (UTC)
- chore: Update workflow scripts
0.1.1 #
- Released @ 2/2025 (UTC)
- chore: Update imports in _index.g.dart
0.1.0 #
- Released @ 2/2025 (UTC)
- Initial release