File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ /home/jbadstuebner/fvm/versions/3.10.5
Original file line number Diff line number Diff line change 1+ {
2+ "flutterSdkVersion" : " 3.10.5" ,
3+ "flavors" : {}
4+ }
Original file line number Diff line number Diff line change 55import FlutterMacOS
66import Foundation
77
8+ import connectivity_plus_macos
9+ import path_provider_foundation
810import shared_preferences_foundation
911
1012func 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}
You can’t perform that action at this time.
0 commit comments