From d16c908fe00977847a38db1407ae16f5ef80f963 Mon Sep 17 00:00:00 2001 From: Jganenokk Date: Tue, 23 Jun 2026 21:46:02 +0700 Subject: [PATCH] =?UTF-8?q?fix(linux):=20=D1=83=20=D0=BC=D0=B5=D0=BD=D1=8F?= =?UTF-8?q?=20=D0=BB=D0=B8=D0=BD=D1=83=D1=85=20=D0=BD=D0=B5=20=D0=B1=D0=B8?= =?UTF-8?q?=D0=BB=D0=B4=D0=B8=D1=82=D1=81=D1=8F=20=D0=BE=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/CMakeLists.txt | 4 ++++ pubspec.lock | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index fecd5de..3e8a807 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -80,6 +80,10 @@ if(TARGET flutter_secure_storage_linux_plugin) -Wno-error=deprecated-literal-operator) endif() +if(TARGET flutter_webrtc_plugin) + target_compile_options(flutter_webrtc_plugin PRIVATE -include cstdint) +endif() + # === Installation === # By default, "installing" just makes a relocatable bundle in the build diff --git a/pubspec.lock b/pubspec.lock index 7a558f4..d8bafad 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -849,10 +849,10 @@ packages: dependency: transitive description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" + sha256: "1741988757a65eb6b36abe716829688cf01910bbf91c34354ff7ec1c3de2b349" url: "https://pub.dev" source: hosted - version: "1.17.0" + version: "1.18.0" mobile_scanner: dependency: "direct main" description: @@ -1254,10 +1254,10 @@ packages: dependency: transitive description: name: test_api - sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a" + sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e" url: "https://pub.dev" source: hosted - version: "0.7.10" + version: "0.7.11" timezone: dependency: "direct main" description: