这是indexloc提供的服务,不要输入任何密码

gsettings 0.1.2 copy "gsettings: ^0.1.2" to clipboard
gsettings: ^0.1.2 copied to clipboard

outdated

GSettings provides a convenient API for storing and retrieving application settings.

example/example.dart

import 'package:gsettings/gsettings.dart';

void main() {
  final settings = GSettings(schemaId: 'org.gnome.desktop.interface');
  final theme = settings.stringValue('gtk-theme');
  print(theme); // e.g. 'Yaru'
  settings.dispose();
}
25
likes
0
points
113k
downloads

Publisher

verified publishercanonical.com

Weekly Downloads

GSettings provides a convenient API for storing and retrieving application settings.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dylib, equatable, ffi, meta, more

More

Packages that depend on gsettings