linux_application_id 1.0.1 copy "linux_application_id: ^1.0.1" to clipboard
linux_application_id: ^1.0.1 copied to clipboard

Provides synchronous access to the current Linux application's ID using the GLib/GIO GApplication API. Works with Flutter's default Linux embedder.

example/main.dart

// ignore_for_file: avoid_print

import 'package:linux_application_id/linux_application_id.dart';

void main() {
  print('Linux application ID: ${linuxApplicationId()}');
}
1
likes
0
points
334
downloads

Publisher

verified publisherechoellet.dev

Weekly Downloads

Provides synchronous access to the current Linux application's ID using the GLib/GIO GApplication API. Works with Flutter's default Linux embedder.

Repository (GitHub)
View/report issues

Topics

#linux #os-integration #ffi

License

unknown (license)

Dependencies

ffi

More

Packages that depend on linux_application_id