win32_registry 1.1.5 win32_registry: ^1.1.5 copied to clipboard
A package that provides a friendly Dart API for accessing the Windows Registry.
1.1.5 #
- Fix issue where creating
REG_SZ
orREG_EXPANDED_SZ
string registry values resulted in malformed data. The null terminator for string values was incorrectly encoded as a single byte instead of the required two bytes for UTF-16 encoding (#22, thanks to @dancarrollg).
1.1.4 #
- Fix issue where
RegistryValue.data
for binary-type registry values might be freed before being read (#19, thanks @tylerlacey). - Bump minimum required Dart SDK version to
3.4.0
1.1.3 #
- Fix deprecation warnings
- Update links
- Bump minimum required Dart SDK version to
3.3.0
1.1.2 #
- Improved code quality.
- Improved documentation.
1.1.1 #
- Update dependency constraints.
1.1.0 #
- Add
recursive
named option to methoddeleteKey()
ofRegistryKey
(thanks @Zekfad) - Use enhanced enums from Dart 2.17.
- Update dependency constraints.
1.0.2 #
- Update
ffi
dependency constraints to>=1.1.2 <3.0.0
.
1.0.1 #
- Minor tweaks to documentation.
1.0.0 #
- First stable release.