linux_application_id 1.0.3
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_idWith Flutter:
$ flutter pub add linux_application_idThis 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.3Alternatively, 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';