Skip to content

Commit 6a000da

Browse files
Merge pull request #376 from lucaantonelli/fix-generated
fix(pubspec): lock file update + generated macos file
2 parents 4ac9205 + dc1f0c0 commit 6a000da

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55
import FlutterMacOS
66
import Foundation
77

8+
import device_info_plus
9+
import file_picker
810
import flutter_local_notifications
11+
import path_provider_foundation
912
import shared_preferences_foundation
1013
import sqflite_darwin
1114
import sqlite3_flutter_libs
1215
import url_launcher_macos
1316

1417
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
18+
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
19+
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
1520
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
21+
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
1622
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
1723
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
1824
Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))

pubspec.lock

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,6 @@ packages:
336336
url: "https://pub.dev"
337337
source: hosted
338338
version: "4.0.0"
339-
gap:
340-
dependency: "direct main"
341-
description:
342-
name: gap
343-
sha256: f19387d4e32f849394758b91377f9153a1b41d79513ef7668c088c77dbc6955d
344-
url: "https://pub.dev"
345-
source: hosted
346-
version: "3.0.1"
347339
glob:
348340
dependency: transitive
349341
description:
@@ -352,14 +344,6 @@ packages:
352344
url: "https://pub.dev"
353345
source: hosted
354346
version: "2.1.3"
355-
google_fonts:
356-
dependency: "direct main"
357-
description:
358-
name: google_fonts
359-
sha256: b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82
360-
url: "https://pub.dev"
361-
source: hosted
362-
version: "6.2.1"
363347
html:
364348
dependency: transitive
365349
description:

0 commit comments

Comments
 (0)