win32_registry 1.1.3 win32_registry: ^1.1.3 copied to clipboard
A package that provides a friendly Dart API for accessing the Windows Registry.
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.