From b4306adc33ac64c8000dd8644e5db5c34d66f28c Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 17 Nov 2022 12:50:28 +0700 Subject: [PATCH] TF-1204 Add `fcm` module in dependencies of app --- pubspec.lock | 9 ++++++++- pubspec.yaml | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index e27bf3800..bf779f69a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -397,6 +397,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.0" + fcm: + dependency: "direct main" + description: + path: fcm + relative: true + source: path + version: "1.0.0+1" ffi: dependency: transitive description: @@ -1273,7 +1280,7 @@ packages: name: syncfusion_flutter_core url: "https://pub.dartlang.org" source: hosted - version: "20.3.56" + version: "20.3.57" syncfusion_flutter_datepicker: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index dac6b7ce6..bf184fa1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,6 +42,9 @@ dependencies: forward: path: forward + fcm: + path: fcm + rich_text_composer: git: url: https://github.com/linagora/rich-text-composer.git