Skip to content

Commit d873ca1

Browse files
committed
git tag v1.0.5+56
1 parent fe9b2ac commit d873ca1

File tree

14 files changed

+878
-969
lines changed

14 files changed

+878
-969
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+56]
2+
3+
* remove wifi_info_flutter
4+
15
## [1.0.5+55]
26

37
* remove share SizedBox.expand

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,20 @@ import Foundation
77

88
import connectivity_plus
99
import flutter_nsd
10+
import network_info_plus
1011
import package_info_plus
1112
import path_provider_foundation
1213
import shared_preferences_foundation
1314
import url_launcher_macos
15+
import webview_flutter_wkwebview
1416

1517
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
1618
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
1719
SwiftFlutterNsdPlugin.register(with: registry.registrar(forPlugin: "SwiftFlutterNsdPlugin"))
20+
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
1821
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
1922
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2023
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2124
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
25+
FLTWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "FLTWebViewFlutterPlugin"))
2226
}

0 commit comments

Comments
 (0)