Skip to content

Commit 9274867

Browse files
chore: flutter v3.10.5
1 parent 7c73deb commit 9274867

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.fvm/flutter_sdk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/jbadstuebner/fvm/versions/3.10.5

.fvm/fvm_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"flutterSdkVersion": "3.10.5",
3+
"flavors": {}
4+
}

example/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import connectivity_plus_macos
9+
import path_provider_foundation
810
import shared_preferences_foundation
911

1012
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
13+
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
14+
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
1115
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
1216
}

0 commit comments

Comments
 (0)