Skip to content

Commit

Permalink
Update to bonsoir 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyisz committed Nov 13, 2023
1 parent 9855af2 commit da7b0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/discovery.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ResolvedBonsoirService bonsoirServiceFromFoundService(
return ResolvedBonsoirService(
name: resolvedService.serviceName,
type: resolvedService.type,
ip: resolvedService.address,
host: resolvedService.address,
port: resolvedService.port,
attributes: Map.fromEntries(resolvedService.txt
.map((e) => MapEntry(e.split("=").first, e.split("=").last))));
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
dbus: ^0.7.1
meta: ^1.3.0
bonsoir_platform_interface: ^2.0.0
bonsoir_platform_interface: ^4.0.0



Expand Down

0 comments on commit da7b0da

Please sign in to comment.