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.
1.0.3 #
- Adds integration tests to verify the public behavior of
linuxApplicationId(). - Updates the README to add a "Runtime dependencies" section and explain why
applicationIdOverrideis useful in Flutter plugins.
1.0.2 #
- Updates README to suggest a pattern for Dart-based Flutter Linux platform implementations and explain the use case of this library.
1.0.1 #
- Fixes minor issues in README
1.0.0 #
- Initial version.