pub package Language Build codecov

A package that provides a friendly Dart API for accessing the Windows registry.

This package builds on top of the Dart win32 package, offering a high-level Dart wrapper that avoids the need for users to understand FFI or write directly to the Win32 API.

Usage

Several examples can be found in the examples\ subdirectory.

Libraries

win32_registry
The registry is a system-defined Windows database in which applications and system components store and retrieve configuration data. The data stored in the registry varies according to the version of Microsoft Windows. Applications use the registry API to retrieve, modify, or delete registry data.