linux_application_id 1.0.3 copy "linux_application_id: ^1.0.3" to clipboard
linux_application_id: ^1.0.3 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add linux_application_id

With Flutter:

 $ flutter pub add linux_application_id

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  linux_application_id: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:linux_application_id/linux_application_id.dart';
1
likes
160
points
334
downloads

Documentation

API reference

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

MIT (license)

Dependencies

ffi

More

Packages that depend on linux_application_id