chore: Update dependencies (#1088)
* chore: Update submodules and dependencies Update the fl_lib and circle_chart submodules to the latest commit Upgrade the hive_ce_generator dependency from 1.9.2 to 1.11.0 * build: Updated dependency versions Updated fl_chart to 1.2.0, json_serializable to 6.13.0, and test to 1.29.0 Replaced flutter_secure_storage_macos with flutter_secure_storage_darwin Removed the animations and screenshot dependencies, which are no longer in use * chore: Update French i18n
This commit is contained in:
@@ -7,7 +7,7 @@ import Foundation
|
||||
|
||||
import dynamic_color
|
||||
import file_picker
|
||||
import flutter_secure_storage_macos
|
||||
import flutter_secure_storage_darwin
|
||||
import icloud_storage
|
||||
import local_auth_darwin
|
||||
import package_info_plus
|
||||
@@ -21,7 +21,7 @@ import window_manager
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
|
||||
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
||||
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
||||
FlutterSecureStorageDarwinPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageDarwinPlugin"))
|
||||
IcloudStoragePlugin.register(with: registry.registrar(forPlugin: "IcloudStoragePlugin"))
|
||||
LocalAuthPlugin.register(with: registry.registrar(forPlugin: "LocalAuthPlugin"))
|
||||
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
||||
|
||||
Reference in New Issue
Block a user