From c8aa20d62d5920e0ee621eba7323c4cd6fef1ec5 Mon Sep 17 00:00:00 2001 From: librelois Date: Mon, 4 Jan 2021 17:48:00 +0100 Subject: [PATCH] chore: add package dubp_rs in app dependencies --- pubspec.lock | 14 ++++++++++++++ pubspec.yaml | 2 ++ 2 files changed, 16 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 776479e..0ae649b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -99,6 +99,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.5" + dubp: + dependency: "direct main" + description: + path: "packages/dubp_rs" + relative: true + source: path + version: "0.0.1" fake_async: dependency: transitive description: @@ -268,6 +275,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.16.1" + isolate: + dependency: transitive + description: + name: isolate + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.3" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1fc19d1..b3637d4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,6 +23,8 @@ environment: dependencies: flutter: sdk: flutter + dubp: + path: packages/dubp_rs flutter_launcher_icons: "^0.8.0" qrscan: ^0.2.21 permission_handler: