From e0bcacda6d08cd99a425c912fe630845993f15d9 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:01:26 +0900 Subject: [PATCH] fix publish dry-run --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index 712ed06..0e4bbbc 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -114,7 +114,7 @@ packages: source: hosted version: "2.2.2" dart_webrtc: - dependency: transitive + dependency: "direct main" description: name: dart_webrtc url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index e2299a4..d623022 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,6 +23,7 @@ dependencies: synchronized: ^3.0.0 protobuf: ^2.0.1 flutter_webrtc: ^0.8.5 + dart_webrtc: ^1.0.5 device_info_plus: ^3.2.1 dev_dependencies: