ubuntu_session 0.0.2 copy "ubuntu_session: ^0.0.2" to clipboard
ubuntu_session: ^0.0.2 copied to clipboard

outdated

Native Dart client library to access the GNOME Session Manager

example/example.dart

import 'package:ubuntu_session/ubuntu_session.dart';

void main() {
  final session = UbuntuSession();
  print('Detected desktop environment: ${session.desktop}');
  session.reboot();
}
5
likes
0
points
1.03k
downloads

Publisher

verified publishercanonical.com

Weekly Downloads

Native Dart client library to access the GNOME Session Manager

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dbus, meta

More

Packages that depend on ubuntu_session