gsettings

Last updated:

0 purchases

gsettings Image
gsettings Images
Add to Cart

Description:

gsettings

Provides a client to use GSettings - a settings database used for storing user preferences on Linux.
import 'package:gsettings/gsettings.dart';

void main() async {
var settings = GSettings('org.gnome.desktop.interface');
var value = await settings.get('font-name');
var font = value.asString();
print('Current font set to: $font');
await settings.close();
}
copied to clipboard
Contributing to gsettings.dart #
We welcome contributions! See the contribution guide for more details.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.