xdg_desktop_portal 0.1.12 xdg_desktop_portal: ^0.1.12 copied to clipboard
A native Dart implementation of portals. This package allows Dart applications to use portals available on the Linux desktop.
Changelog #
0.1.12 #
- Add XdgSettingsPortal.settingChanged stream.
- Add some stub portals that just get the portal version for now.
0.1.11 #
- Add Secret, Documents portals.
- Don't send empty reason by default on accounts portal.
- Remove accidental code added to accounts example.
0.1.10 #
- Add Background portal.
- Add Camera portal.
- Expose request exceptions in the API.
- Add getVersion() methods for each portal.
- Fix requests not being closed after a response.
0.1.9 #
- Add Account portal.
0.1.8 #
- Add FileChooser portal.
0.1.7 #
- Use a property for XdgNetworkMonitorPortal.status
0.1.6 #
- Use a stream for network status.
0.1.5 #
- Hide request and session API, use exceptions and streams instead.
0.1.4 #
- Fix handling of requests and sessions.
- Added NetworkMonitor portal.
0.1.3 #
- Added location portal.
- Add missing documentation.
0.1.2 #
- Added proxy resolver, open URI and email portals.
- Fix actions on notification portal.
0.1.1 #
- Added notification portal.
0.1.0 #
- Initial release.