bonsoir_linux_dbus 0.0.1+2 copy "bonsoir_linux_dbus: ^0.0.1+2" to clipboard
bonsoir_linux_dbus: ^0.0.1+2 copied to clipboard

outdated

Linux platform interface for bonsoir package.

bonsoir_linux_dbus #

This is a Linux specific platform implementation of the Bonsoir plugin using DBus to directly interact with the Avahi daemon to create and discover services. This plugin requires that the Flutter application have access to DBus to be able to communicate with the Avahi daemon (and currently doesn't check exhaustively if the Avahi daemon is working okay).

Getting Started #

To use this plugin right now, you need to manually set the platform interface instance to use (say on your main function), like this

void main(){
    BonsoirPlatformInterface.instance = BonsoirLinuxDBus();
    runApp(HomePageWidget());
}

If this plugin is ever endorsed by the original plugin author, you don't need to set the platform interface instance anymore.

2
likes
0
pub points
56%
popularity

Publisher

unverified uploader

Linux platform interface for bonsoir package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bonsoir_platform_interface, dbus, flutter

More

Packages that depend on bonsoir_linux_dbus