Skip to content

Commit 5a2ec27

Browse files
committed
Update dependencies
1 parent b1dd9aa commit 5a2ec27

File tree

7 files changed

+42
-29
lines changed

7 files changed

+42
-29
lines changed

api/lib/src/models/toolbar.mapper.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/android/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ GEM
88
artifactory (3.0.17)
99
atomos (0.1.3)
1010
aws-eventstream (1.4.0)
11-
aws-partitions (1.1187.0)
12-
aws-sdk-core (3.239.1)
11+
aws-partitions (1.1190.0)
12+
aws-sdk-core (3.239.2)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.992.0)
1515
aws-sigv4 (~> 1.9)
@@ -20,7 +20,7 @@ GEM
2020
aws-sdk-kms (1.118.0)
2121
aws-sdk-core (~> 3, >= 3.239.1)
2222
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.205.0)
23+
aws-sdk-s3 (1.206.0)
2424
aws-sdk-core (~> 3, >= 3.234.0)
2525
aws-sdk-kms (~> 1)
2626
aws-sigv4 (~> 1.5)
@@ -161,13 +161,13 @@ GEM
161161
httpclient (2.9.0)
162162
mutex_m
163163
jmespath (1.6.2)
164-
json (2.16.0)
164+
json (2.17.1)
165165
jwt (2.10.2)
166166
base64
167167
logger (1.7.0)
168168
mini_magick (4.13.2)
169169
mini_mime (1.1.5)
170-
multi_json (1.17.0)
170+
multi_json (1.18.0)
171171
multipart-post (2.4.1)
172172
mutex_m (0.3.0)
173173
nanaimo (0.4.0)
@@ -232,4 +232,4 @@ DEPENDENCIES
232232
screengrab
233233

234234
BUNDLED WITH
235-
2.7.2
235+
2.7.2

app/lib/pages/game/multiplayer/view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ViewMultiplayerDialog extends StatelessWidget {
2626
onTap: () {
2727
exportFile(
2828
context: context,
29-
bytes: svg.codeUnits,
29+
bytes: Uint8List.fromList(svg.codeUnits),
3030
fileExtension: 'svg',
3131
mimeType: 'image/svg',
3232
uniformTypeIdentifier: 'public.svg-image',

app/lib/pages/settings/data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class DataSettingsPage extends StatelessWidget {
108108
ArchiveFile('$key.stnx', entity.length, entity),
109109
);
110110
}
111-
final bytes = ZipEncoder().encode(archive);
111+
final bytes = ZipEncoder().encodeBytes(archive);
112112
if (context.mounted) {
113113
exportFile(
114114
context: context,

app/macos/Flutter/GeneratedPluginRegistrant.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Foundation
88
import cryptography_flutter_plus
99
import device_info_plus
1010
import dynamic_color
11+
import file_picker
1112
import file_selector_macos
1213
import flutter_secure_storage_darwin
1314
import network_info_plus
@@ -23,6 +24,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2324
CryptographyFlutterPlugin.register(with: registry.registrar(forPlugin: "CryptographyFlutterPlugin"))
2425
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
2526
DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
27+
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
2628
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2729
FlutterSecureStorageDarwinPlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStorageDarwinPlugin"))
2830
NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))

app/pubspec.lock

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,14 @@ packages:
322322
url: "https://pub.dev"
323323
source: hosted
324324
version: "7.0.1"
325+
file_picker:
326+
dependency: transitive
327+
description:
328+
name: file_picker
329+
sha256: "7872545770c277236fd32b022767576c562ba28366204ff1a5628853cf8f2200"
330+
url: "https://pub.dev"
331+
source: hosted
332+
version: "10.3.7"
325333
file_selector:
326334
dependency: "direct main"
327335
description:
@@ -481,6 +489,14 @@ packages:
481489
url: "https://pub.dev"
482490
source: hosted
483491
version: "2.0.5"
492+
flutter_plugin_android_lifecycle:
493+
dependency: transitive
494+
description:
495+
name: flutter_plugin_android_lifecycle
496+
sha256: ee8068e0e1cd16c4a82714119918efdeed33b3ba7772c54b5d094ab53f9b7fd1
497+
url: "https://pub.dev"
498+
source: hosted
499+
version: "2.0.33"
484500
flutter_rust_bridge:
485501
dependency: transitive
486502
description:
@@ -721,8 +737,8 @@ packages:
721737
dependency: "direct main"
722738
description:
723739
path: "packages/lw_file_system"
724-
ref: "12843672e8f33e9370444b13fca8134f4543f7ee"
725-
resolved-ref: "12843672e8f33e9370444b13fca8134f4543f7ee"
740+
ref: "42bd9fde81a3692711862cdb0c60f05f648241a9"
741+
resolved-ref: "42bd9fde81a3692711862cdb0c60f05f648241a9"
726742
url: "https://github.com/LinwoodDev/dart_pkgs.git"
727743
source: git
728744
version: "1.0.0"
@@ -739,8 +755,8 @@ packages:
739755
dependency: "direct main"
740756
description:
741757
path: "packages/lw_sysapi"
742-
ref: "3f886507656f057d89a8b98de6ddbc7f5a21868e"
743-
resolved-ref: "3f886507656f057d89a8b98de6ddbc7f5a21868e"
758+
ref: "38fd0a6df52bf4115a6926271734d36e601af9cf"
759+
resolved-ref: "38fd0a6df52bf4115a6926271734d36e601af9cf"
744760
url: "https://github.com/LinwoodDev/dart_pkgs.git"
745761
source: git
746762
version: "0.0.1"
@@ -780,8 +796,8 @@ packages:
780796
dependency: "direct main"
781797
description:
782798
path: "packages/material_leap"
783-
ref: "12843672e8f33e9370444b13fca8134f4543f7ee"
784-
resolved-ref: "12843672e8f33e9370444b13fca8134f4543f7ee"
799+
ref: "7d58db18bf9f420236009d9519769ec13f9404b0"
800+
resolved-ref: "7d58db18bf9f420236009d9519769ec13f9404b0"
785801
url: "https://github.com/LinwoodDev/dart_pkgs.git"
786802
source: git
787803
version: "0.0.1"
@@ -820,12 +836,11 @@ packages:
820836
network_info_plus:
821837
dependency: "direct main"
822838
description:
823-
path: "packages/network_info_plus/network_info_plus"
824-
ref: "9bd0c023f2dc209576dc66bf989048ba218127b6"
825-
resolved-ref: "9bd0c023f2dc209576dc66bf989048ba218127b6"
826-
url: "https://github.com/CodeDoctorDE/plus_plugins.git"
827-
source: git
828-
version: "6.1.3"
839+
name: network_info_plus
840+
sha256: "2866dadcbee2709e20d67737a1556f5675b8b0cdcf2c1659ba74bc21bffede4f"
841+
url: "https://pub.dev"
842+
source: hosted
843+
version: "7.0.0"
829844
network_info_plus_platform_interface:
830845
dependency: transitive
831846
description:

app/pubspec.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
material_leap:
3333
git:
3434
url: https://github.com/LinwoodDev/dart_pkgs.git
35-
ref: 12843672e8f33e9370444b13fca8134f4543f7ee
35+
ref: 7d58db18bf9f420236009d9519769ec13f9404b0
3636
path: packages/material_leap
3737
flex_color_scheme: ^8.1.0
3838
flutter_svg: ^2.2.0
@@ -78,12 +78,12 @@ dependencies:
7878
lw_file_system:
7979
git:
8080
url: https://github.com/LinwoodDev/dart_pkgs.git
81-
ref: 12843672e8f33e9370444b13fca8134f4543f7ee
81+
ref: 42bd9fde81a3692711862cdb0c60f05f648241a9
8282
path: packages/lw_file_system
8383
lw_sysapi:
8484
git:
8585
url: https://github.com/LinwoodDev/dart_pkgs.git
86-
ref: 3f886507656f057d89a8b98de6ddbc7f5a21868e
86+
ref: 38fd0a6df52bf4115a6926271734d36e601af9cf
8787
path: packages/lw_sysapi
8888
setonix_api:
8989
path: ../api
@@ -100,11 +100,7 @@ dependencies:
100100
path: ../plugin
101101
cryptography_plus: ^2.7.1
102102
cryptography_flutter_plus: ^2.3.2
103-
network_info_plus:
104-
git:
105-
url: https://github.com/CodeDoctorDE/plus_plugins.git
106-
ref: 9bd0c023f2dc209576dc66bf989048ba218127b6
107-
path: packages/network_info_plus/network_info_plus
103+
network_info_plus: ^7.0.0
108104
dev_dependencies:
109105
flutter_test:
110106
sdk: flutter

0 commit comments

Comments
 (0)