From 8bef88569885efb6901177e9074b88b693ed9fce Mon Sep 17 00:00:00 2001 From: CodeDoctorDE Date: Wed, 7 Aug 2024 11:58:06 +0200 Subject: [PATCH] Upgrade dependencies --- packages/lw_file_system/pubspec.yaml | 2 +- packages/lw_sysapi/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/lw_file_system/pubspec.yaml b/packages/lw_file_system/pubspec.yaml index 7b409d1..742f654 100644 --- a/packages/lw_file_system/pubspec.yaml +++ b/packages/lw_file_system/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: git: url: https://github.com/LinwoodDev/dart_pkgs path: packages/lw_file_system_api - ref: d0c9eb7d403eba898153fe2c03016aa83050cf69 + ref: 3fbceaa767ad89cfff35d7cd02e2c7b2ff78e160 # path: ^1.8.0 dev_dependencies: diff --git a/packages/lw_sysapi/pubspec.yaml b/packages/lw_sysapi/pubspec.yaml index 2eee7df..22bb0f6 100644 --- a/packages/lw_sysapi/pubspec.yaml +++ b/packages/lw_sysapi/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter plugin project. version: 0.0.1 environment: - sdk: '>=3.3.0 <4.0.0' + sdk: ">=3.3.0 <4.0.0" dependencies: ffi: ^2.0.1 @@ -12,7 +12,7 @@ dependencies: sdk: flutter plugin_platform_interface: ^2.0.2 share_plus: ^10.0.0 - web: ^0.5.1 + web: ">=0.5.1 <2.0.0" win32: ^5.3.0 dev_dependencies: