FLUTTER ECOSYSTEM

terrabythia/flutter_mdns_plugin

AndroidおよびiOSでmDNSサービスを検出するためのFlutterプラグイン

flutter_mdns_plugin のプロジェクト画像
Stars
49
Forks
40
最終プッシュ(UTC)
2022/01/07
プロジェクト状態
公開中
Sander Bruggeman GitHub avatar
GITHUB User

Sander Bruggeman ↗

言語JavaObjective-CDartRuby

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 1 件
  • flutter{"sdk":"flutter"}

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

flutter_mdns_plugin

A simple plugin for discovering mdns services in Flutter on Android and iOS. The example project is set to discover Chromecasts only, but you can set any mdns service by changing the discovery_service string in device_scanner.dart.

iOS installation Make sure you add the Foundation framework to your iOS project in xcode.

Android installation No installation required. Just make sure the permission android.permission.INTERNET is added in your AndroidManifest.xml, but that should be automatically set when creating a new Flutter project.

Most of the code for Android came from this repository: https://github.com/platinumjam/flutter_mdns

Most of the code for iOS came from this resource: https://www.eventbrite.com/engineering/bonjour-gatekeeper-how-to-implement-bonjour-service-in-an-ios-or-android-app/