From 35a922a888b5284711e2a787b8b72ad8027fa8d6 Mon Sep 17 00:00:00 2001 From: Piero512 Date: Fri, 12 Mar 2021 08:15:50 -0500 Subject: [PATCH] fix: Update pubspec.yaml with missing dependency --- pubspec.lock | 7 +++++++ pubspec.yaml | 1 + 2 files changed, 8 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index 535f62d..d109f6a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -8,6 +8,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.5.0" + bonsoir: + dependency: "direct main" + description: + name: bonsoir + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3+2" boolean_selector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7aa6beb..ed60bb5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,6 +34,7 @@ dependencies: wakelock: ^0.2.0+1 flutter_slidable: ^0.5.7 flutter_svg: ^0.19.3 + bonsoir: ^0.1.3+2 dev_dependencies: flutter_test: