Skip to content

Commit aa3b6b3

Browse files
committed
new mdns lib
1 parent a80a61a commit aa3b6b3

File tree

8 files changed

+688
-291
lines changed

8 files changed

+688
-291
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5+68]
2+
3+
* new mdns lib
4+
15
## [1.0.5+67]
26

37
* huawei v1.3.75

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,26 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import bonsoir_darwin
89
import file_picker
910
import file_selector_macos
10-
import flutter_nsd
1111
import network_info_plus
1212
import package_info_plus
1313
import path_provider_foundation
1414
import shared_preferences_foundation
15+
import sqflite_darwin
1516
import url_launcher_macos
1617
import webview_flutter_wkwebview
1718

1819
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
20+
SwiftBonsoirPlugin.register(with: registry.registrar(forPlugin: "SwiftBonsoirPlugin"))
1921
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
2022
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
21-
SwiftFlutterNsdPlugin.register(with: registry.registrar(forPlugin: "SwiftFlutterNsdPlugin"))
2223
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
2324
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
2425
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2526
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
27+
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
2628
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2729
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
2830
}

0 commit comments

Comments
 (0)