FLUTTER ECOSYSTEM

terrabythia/flutter_mdns_plugin

Android 및 iOS에서 mdns 서비스를 탐색하는 Flutter 플러그인

flutter_mdns_plugin 프로젝트 이미지
Stars
49
Forks
40
최근 푸시(UTC)
2022. 1. 7.
프로젝트 상태
활성
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/