File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 55import FlutterMacOS
66import Foundation
77
8+ import device_info_plus
9+ import file_picker
810import flutter_local_notifications
11+ import path_provider_foundation
912import shared_preferences_foundation
1013import sqflite_darwin
1114import sqlite3_flutter_libs
1215import url_launcher_macos
1316
1417func 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 " ) )
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments